Egg-born mob

Started by Herios on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Egg-born mob

I'm trying to make a Sniffer-like mob, spawn-wise. As you know the Sniffer spawns from an egg which is a block, but that's not really hard to do, I need to know how I would make it so the spawned entity will spawn as a baby, and how would I make it so the mobs drop an egg when they breed instead of a baby. Also, happy new year!

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For the so called: "villager…
Sun, 01/05/2025 - 21:50

For the so called: "villager mind" (How I would see it too)

  1. You need to create 2 models, one adult, the other baby
  2. Create both mobs in MCreator
  3. Create the egg with enabled ticking + varriants of breaking
  4. Create a procedure, where the egg has the ticking and after some ticks it would change the model. Like if X ticks later, the egg gets removed and gets replaced by the second version etc., in the last stage, you would have to set that the block disappears and spawns an entity(baby)
  5. Make a procedure similar to the egg, but with baby, after some ticks the baby changes the model to an adult

For breeding, I would think about a breeding condition, where instead of spawning a baby, the egg block would appear