Started by
Makarson
on
Topic category: Help with Minecraft modding (Java Edition)
How to make an item so that when you click on the right mouse button, the item can be thrown as a Molotov cocktail only explosion.
Mcreator 2020.2 Minecraft 14.4.4
Create a ranged item, then mess around with the stuff on the first page, but be sure to set "Item usage count" to 0. Go to the next tab and mess around, but then create a procedure (later assign it to both When Bullet Hits Block and When Bullet Hits Entity). Have the procedure, nice and simple: Explode at XYZ with power (power, TNT is 4 for comparison).
How do I make it possible to craft this bomb?
With the add recipes, in the add mod element tab.