I need help

Started by KJW2003 on

Topic category: Help with MCreator software

Active 2 years ago
Joined Apr 2016
Points:
824

User statistics:

  • Modifications: 2
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
I need help

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…
Wed, 02/20/2019 - 18:35

Use update tick trigger to do a task periodically and use spawn entity procedure block from procedures to spawn a chicken.