#is it possible?
1 messages · Page 1 of 1 (latest)
Not what you mean by reload
Bro, there's not much info there.
You'll have to understand addon making, atleast the majority of it
if you don't...
well, good luck then
because almost nobody will want to explain the step by step on how to make something like this
I recommend using something easier first, like using the minecraft:on_use component and minecraft:cooldown component
the wiki has the information about these two
here's an example :
"minecraft:on_use": {
"on_use": {
"event": "your_item_event",
"condition": "q.is_item_equipped"
}
},
"minecraft:cooldown": {
"category": "anything",
"duration": 2
}
}```