This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I can summon the skeleton but can't seem to figure out how to make him ride a mob
/summon Skeleton ~ ~1 ~ {SkeletonType:1,Equipment:[{},{},{id:iron_leggings,Count:1},{id:iron_chestplate,Count:1},{id:bow,Count:1}]}
thats my command so far but what do I add to make him ride a mob, just make it a pig for now.
Cheers
/summon Skeleton ~ ~1 ~ {SkeletonType:1,Riding:{id:Pig},Equipment:[{},{},{id:iron_leggings,Count:1},{id:iron_chestplate,Count:1},{id:bow,Count:1}]}