1

Armor Stand head commandreport_problem

Usaki 5/28/22 12:06 pm
354
6/1/2022 1:21 pm
Hello im making a map and using a texture pack for custom block models what is the command to put blocks on the head of the armor stand if anyone know i would appreciate the help , thx
Posted by
Usaki
Level 70 : Legendary Pegasus Pony
695

  Have something to say?

JoinSign in

2

Kodisa
06/01/2022 12:56 pm
Level 63 : High Grandmaster Modder
Stone Block on ArmorStand:
/summon armor_stand ~ ~ ~ {ArmorItems:[{},{},{},{id:minecraft:stone,Count:1b}]}
or
/item replace entity @e[type=armor_stand,limit=1] armor.head with stone 1


You said you use an Texture Pack for Custom Models, if you're using CustomModelData in your Pack then this is your Command:
/summon armor_stand ~ ~ ~ {ArmorItems:[{},{},{},{id:minecraft:stone,Count:1b,tag:{CustomModelData:1}}]}
1
Usaki
06/01/2022 1:21 pm
Level 70 : Legendary Pegasus Pony
thx
1

Welcome