items:item_components:shooter
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
items:item_components:shooter [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1 | items:item_components:shooter [2024/04/19 13:27] (current) – ↷ Links adapted because of a move operation errorcraft | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== minecraft: | ||
+ | The '' | ||
+ | Note that using an item with this component automatically uses it indefinitely, | ||
+ | |||
+ | ===== Fields ===== | ||
+ | ^ Name ^ Description | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | |||
+ | ===== Example ===== | ||
+ | <code javascript> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Chargeable Shooters ===== | ||
+ | Enables a shooter item to be chargeable, and holds the data to use for them. | ||
+ | |||
+ | |||
+ | ==== Fields ==== | ||
+ | ^ Name ^ Description | ||
+ | | '' | ||
+ | |||
+ | |||
+ | ==== Example ==== | ||
+ | <code javascript> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ] | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Quick Charge Sounds ===== | ||
+ | Defines the sounds to use for the Quick Charge enchantment. | ||
+ | |||
+ | |||
+ | ==== Fields ==== | ||
+ | ^ Name ^ Description | ||
+ | | '' | ||
+ | | '' | ||
+ | |||
+ | |||
+ | ==== Example ==== | ||
+ | <code javascript> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | } | ||
+ | </ |