Started by
Smakced
on
Topic category: User side tutorials
This tutorial will teach you how to make your mob use a Baby Zombie model instead of the regular Biped model.
- Change the mobs AI Base to "Zombie" (this is required, it will not work without doing this, the mobs model also has to be set to biped)
- Create a procedure for "On Initial Entity Spawn" that looks like this:
3. In the "Execute command" section, put in this command: /summon ENTERHERE ~ ~1 ~ {IsBaby:1}
4. Where it says "ENTERHERE" enter your Mod ID then the name of your mob. (EXAMPLE: ModID:NameofMob, alternatively you can type the command in game, and where you enter the name just keep pressing tab until your mobs name comes up)
5. Test it, it should work. If it doesn't work you either didn't follow step 1 or the example in step 4
Edited by Smakced on Fri, 11/08/2019 - 17:47
I've tried this with every combination but nothing spawns :(
Typical... just fixed it, the ENTERHERE part should be WORKSPACENAME:MOBNAME
ugh i cant make it work on mcreator 2023... did they changed the commands too?
also do we need the / there since its showing on the orange bar before?
ok so i made it work on 2023, same code, but it just spawn a adult, that last baby part seams to have no effect
ok so i think i solved - for 2023Mcreator (java 1.17/minecraft 1.20):
just set as before but add that age part there, enjoy guys :)