Started by
GalaxiGamerHD
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a gun that when used an amount of times adds a gun that doesn't shoot and reload it with a key, is it any way i can make an event happen when the trigger is triggered a certain amount of times (for example, if ''trigger" is triggered 4 times, add "item" to players inventory)
Use NBT number tag for your gun item
There is a procedure template for this.