Started by
Rimuking
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I would like to know how to make a custom spawner like with a "timer" variable that spawns my custom mobs.
Please help me
Topic category: Help with Minecraft modding (Java Edition)
Hello, I would like to know how to make a custom spawner like with a "timer" variable that spawns my custom mobs.
Please help me
Enable ticking on the block,
Make the block a block entity,
Make a new procedure for the tick trigger,
Thanks !