You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,11 +101,11 @@ These fields optionally exist for any item type.
101
101
|-
102
102
! glider
103
103
| boolean
104
-
| Overrides if the item allows gliding when equipped like an elytra. (MC 1.21.3+)
104
+
| Overrides if the item allows gliding like an elytra when equipped. (MC 1.21.3+)
105
105
|-
106
106
! remainder
107
107
| associative array
108
-
| Overrides the remaining item when the this item is used. (MC 1.21.3+)
108
+
| Overrides the remaining item when the quantity of this item decreases after use. (e.g. a bucket after drinking a milk bucket) (MC 1.21.3+)
109
109
|}
110
110
111
111
These fields only exist for specific item types.
@@ -224,6 +224,7 @@ The remaining tags are not yet supported.
224
224
! GoatHorns
225
225
|
226
226
* '''instrument''' : (string) The instrument name (can be ponder_goat_horn, sing_goat_horn, seek_goat_horn, feel_goat_horn, admire_goat_horn, call_goat_horn, yearn_goat_horn, dream_goat_horn). (MC 1.19.3+)
227
+
Custom instrument definitions featuring a different sound event, description, duration and range are not yet supported. (missing server API)
227
228
|-
228
229
! Inventory Blocks
229
230
|
@@ -257,6 +258,7 @@ The remaining tags are not yet supported.
257
258
* '''owner''' : (string) The user name. Can be null if there is no owner.
258
259
* '''owneruuid''' : (string) The user UUID. Can be null if there is no owner.
259
260
* '''texture''' : (string) The texture property value used for custom heads. This is a base64 encoded JSON object seen under the "Value" key in vanilla. It contains the skin texture URL among other things. Requires an owner. (Paper only)
261
+
* '''noteblocksound''' : (string) The namespaced sound id played when player head is on top of a noteblock. (MC 1.19.3+)
260
262
|-
261
263
! Potions
262
264
|
@@ -325,7 +327,7 @@ The entity's custom name is derived from the item "display" string. All other tr
325
327
Other data not yet supported in item meta:
326
328
327
329
* MC 1.13.2 : "can_break" and "can_place_on" (Paper only)
328
-
* MC 1.20.5 : "item_name", "note_block_sound", "intangible_projectile" (Paper 1.21.3 only), "instrument" (partial support due to partial server API), "tool" (partial server API), "hide_tooltip" (later integrated into "tooltip_display"), "lock" (insufficient server API)
329
-
* MC 1.21.2 : "damage_resistant", "tooltip_style", "use_cooldown", "item_model", "death_protection" (Paper only), "repairable" (Paper only), "consumable" (added in Spigot 1.21.4 API), "equippable" (added in Spigot 1.21.5 API)
330
+
* MC 1.20.5 : "item_name", "intangible_projectile" (Paper 1.21.3 only), "instrument" (can only get custom definitions in Paper, not set), "tool" (cannot get tags in 'rules', can_destroy_blocks_in_creative field only in Paper), "hide_tooltip" (later integrated into "tooltip_display"), "lock" (can only set with server API)
331
+
* MC 1.21.2 : "damage_resistant", "tooltip_style", "use_cooldown", "item_model", "death_protection" (Paper only), "repairable" (Paper only), "consumable" (added in Spigot 1.21.4 API, Paper API separate), "equippable" (added in Spigot 1.21.5 API)
330
332
* MC 1.21.4 : "custom_model_data" (for anything other than a single float rounded down)
331
-
* MC 1.21.5 : "weapon", "blocks_attacks", "break_sound", "provides_banner_patterns", "provides_trim_material", "potion_duration_scale" (Paper only), "tooltip_display" (partially supported with "flags")
0 commit comments