Started by MisterSmeet on Mon, 01/20/2025 - 11:20 Topic category: Help with Minecraft modding (Java Edition) How do I make a mob hatch from an egg? Jump to top How I would try it: two entity(adult and baby) element and 3 block elements(the egg model) entity would have the procedure if they would breed, they would place an egg The egg would be 3 models, ticking models - they change after some time For the egg: IF a number of ticks is over, DO the model is replaced by block2. Do it until 3, where 3 is removed and a baby mob spawns The baby mob would have a procedure, where after some ticks the model would be replaced by the adult one Jump to top Permalink Log in or register to post comments
How I would try it: two entity(adult and baby) element and 3 block elements(the egg model) entity would have the procedure if they would breed, they would place an egg The egg would be 3 models, ticking models - they change after some time For the egg: IF a number of ticks is over, DO the model is replaced by block2. Do it until 3, where 3 is removed and a baby mob spawns The baby mob would have a procedure, where after some ticks the model would be replaced by the adult one Jump to top Permalink Log in or register to post comments
How I would try it:
The egg would be 3 models, ticking models - they change after some time
For the egg: IF a number of ticks is over, DO the model is replaced by block2. Do it until 3, where 3 is removed and a baby mob spawns
The baby mob would have a procedure, where after some ticks the model would be replaced by the adult one