Started by
Mihele
on
Topic category: Help with Minecraft modding (Java Edition)
So I wanted to make a mod that adds grenades. The grenades should explode after around 5 secounds after being thrown and should not explode on impact, but rather stay on the ground and explode after the time is up. I don't exactly know how to make this and the only thing I've done is make the texture. I don't even know if this is possible in MCreator but anything helps.
Everything is possible if you try hard enough. You can make a throwable ranged item with low speed that creates a static entity when hitting a block. Then make so that entity after 100 ticks makes an explosion and kills itself.