#is it possible?

1 messages · Page 1 of 1 (latest)

hot pilot
#

How to make a 3d sword and reload on attack

untold hazel
#

Not what you mean by reload

hot pilot
untold hazel
#

It’s literally a tutorial on 3D items

#

There’s also a tutorial by cyberaxe

unreal shale
#

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
 }
}```