Started by
Sunk Funkle
on
Topic category: Help with Minecraft modding (Java Edition)
Hello i want to create a weapon with an equal chance to deal anywhere from 1 to 12 damage and i dont know how
Topic category: Help with Minecraft modding (Java Edition)
Hello i want to create a weapon with an equal chance to deal anywhere from 1 to 12 damage and i dont know how
To do so, i usually don't go through the range weapon prefab of MCreator. I create a simple item with the in-built range weapon model (just so it look like a range weapon in the hand). Then i make it call a procedure when right clicked.
Here is the procedure : https://ibb.co/8dWwSFh
After this, you can add cooldown to the weapon, make it get rid of an item in the inventory (like an arrow for example), damage the weapon, etc... don't hesitate to ask question if you need to know how to