how do i make a weapon #254
-
i made a item but it doesn't let make it a weapon i am using v2 |
Beta Was this translation helpful? Give feedback.
Answered by
Chikorita-Lover
Dec 2, 2021
Replies: 0 comments 1 reply
-
Just as a heads-up, this is the repository for bridge. v1, not bridge. v2. That would be bridge-core/editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
solvedDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just as a heads-up, this is the repository for bridge. v1, not bridge. v2. That would be bridge-core/editor.
Regardless, you can add the
minecraft:damage
andminecraft:weapon
components to an item's behavior. Just make sure its format version is 1.16.100 or higher, and that your world has Holiday Creator Features enabled.minecraft:damage
determines the extra damage dealt, andminecraft:weapon
allows for events when hitting an entity and a damage tooltip.