Started by
KJW2003
on
Topic category: Help with MCreator software
So, I made an Egg block the purpose of this block is to randomly spawn around the world and every minute I want the egg to hatch and spawn a chicken, the problem is I don't know how to do the hatching bit. if you could help me, thanks
Use update tick trigger to do a task periodically and use spawn entity procedure block from procedures to spawn a chicken.