Started by
scorpion981
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
i want to make a procedure that spawn a skeleton or a zombie with a armor. I already do a procedure:
execute command / :
summon zombie ~ ~1 ~ {HandItems:[{Count:1,id:diamond_sword},{Count:1,id:shield}],ArmorItems:[{Count:1,id:diamond_boots},{Count:1,id:diamond_leggings},{Count:1,id:diamond_chestplate},{Count:1,id:diamond_helmet}],HandDropChances:[1.0f,1.0f],ArmorDropChances:[1.0f,1.0f,1.0f,1.0f]}
That dont work. Pls help me
Where i take the command: https://www.digminecraft.com/command_blocks/zombie_diamond_armor.php
I don't think you should use commands in procedures, unless you are making a mod for server admins. They can't be used if cheats aren't enabled.
You could make a new mob that looks similarly to a zombie/skeleton and that has armor and spawns using a regular procedure, so you also add more variety :)
I think to that but skeleton model dont exist in mcreator, i make by myself one but i cant add armor.
Can someone answer?