How to make an custom egg block hatch like the turtle egg?

Started by Pengu1nVic on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make an custom egg block hatch like the turtle egg?

How to make a egg block hatch

I want it to hatch for example after 2  Minutes after being placed

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2 minutes is 2400 ticks  …
Wed, 11/02/2022 - 10:47

2 minutes is 2400 ticks

 

Use custom model to define 🥚 

Than add a procedure

When block is placed 

Wait 2400 ticks on server-side 

-> destroy block at x y z

     Spawn entity (entity name) at x y z

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That works but with every…
Wed, 11/02/2022 - 12:21

That works but with every block i place