[TUTORIAL] How to make your mob spawn in as a Baby Zombie model

Started by Smakced on

Topic category: User side tutorials

Last seen on 02:05, 30. May 2021
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] How to make your mob spawn in as a Baby Zombie model
Fri, 11/08/2019 - 17:47 (edited)

This tutorial will teach you how to make your mob use a Baby Zombie model instead of the regular Biped model.

  1. 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)
  2. Create a procedure for "On Initial Entity Spawn" that looks like this:

babyzombie

      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
Last seen on 17:02, 24. Jan 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've tried this with every…
Mon, 01/13/2020 - 22:26

I've tried this with every combination but nothing spawns :(

Last seen on 17:02, 24. Jan 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Typical... just fixed it,…
Mon, 01/13/2020 - 22:31

Typical... just fixed it, the ENTERHERE part should be WORKSPACENAME:MOBNAME

 

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ugh i cant make it work on…
Sun, 11/19/2023 - 02:02

ugh i cant make it work on mcreator 2023... did they changed the commands too?

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also do we need the / there…
Sun, 11/19/2023 - 02:04

also do we need the / there since its showing on the orange bar before?

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok so i made it work on 2023…
Sun, 11/19/2023 - 02:49

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

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok so i think i solved - for…
Sun, 11/19/2023 - 03:02

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 :)

/summon wizard_animals_plus:gecko_giant_day ~ ~ ~ {Age:-24000}