Hello,
I want to add a dynamite to minecraft that can be thrown and explode on impact.
I've succesfully created the item but when it come to the projectile entity i seem to have a problem.
The entity exist, can be summon and explode on impact but i can't see it and furthermore when i tried to add one when you right click with the dynamite item ,it does nothing apart of applying the cooldown.
I've created a Renderer and a class that bind it to my entity but it just does not work
Can someon explain what i'm doing wrong ?
Here's my code Below:
-Dynamite Item class:
https://postimg.cc/62nhHJYK
-Dynamite Entity class:
https://postimg.cc/t7H09X0h
-Dynamite Renderer class:
https://postimg.cc/DmQ9ZtFR
-Binder class:
https://postimg.cc/jnh4bHpk
-Main class:
https://postimg.cc/q6rxSb53