Summon Skeleton with Modded Items

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
T

Tyler Johnson

Guest
Does anyone know how to summon an entity with modded armor? I'm trying to use the /summon command to spawn a skeleton wearing Knightmetal armor from the Twilight Forest, but I can't seem to figure out exactly how to get it working. Most of the time it just spawns with nothing at all and I've verified that it's an issue with my formatting of the item in the data tag, but can't figure out how I should be formatting it. Help would be much appreciated.

Thanks!
 
C

Citron

Guest
Well, easy one
/summon skeleton ~ ~1 ~ {ArmorItems:[{id:"MOD:ITEM",Count:1b},{id:"MOD:ITEM",Count:1b},{id:"MOD:ITEM",Count:1b},{id:"MOD:ITEM",Count:1b}]}

To get the full name of the item, F3+H to get detailed tooltip.
 
T

Tyler Johnson

Guest
Well, easy one
/summon skeleton ~ ~1 ~ {ArmorItems:[{id:"MOD:ITEM",Count:1b},{id:"MOD:ITEM",Count:1b},{id:"MOD:ITEM",Count:1b},{id:"MOD:ITEM",Count:1b}]}

To get the full name of the item, F3+H to get detailed tooltip.
Alright, I tried that, and for some reason it works with the boots and not the rest of the armor. I'm definitely getting the Item ID right, but I don't think it's recognizing it. Any ideas?

Edit: OH, nevermind. It seems for some reason it wasn't liking the fact that I tried doing it out of order(giving it the leggings first). At first it only worked with the boots, but when I tried to summon the Skeleton with nothing but the leggings it stopped working. Then I tried summoning it with the boots and the leggings and it worked fine... Any idea why that is? o_o

Thanks for the help!
 

adamich

New Member
Jul 29, 2019
697
0
0
game try wear items from down to up, IMHO, and when can't wear leggings in boots slot, game stop wearing mob.