Started by
Pengu1nVic
on
Topic category: Help with Minecraft modding (Java Edition)
How to make a egg block hatch
I want it to hatch for example after 2 Minutes after being placed
Topic category: Help with Minecraft modding (Java Edition)
How to make a egg block hatch
I want it to hatch for example after 2 Minutes after being placed
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
That works but with every block i place