Determines which tags are included on a given item.
Tags Properties
Name | Default Value | Type | Description | Example Values |
---|---|---|---|---|
tags | not set | Array of strings | An array that can contain multiple item tags. | Apple: ["minecraft:is_food"] |
Samples
"minecraft:tags": {
"do_swing_animation": false,
"launch_power_scale": 1,
"max_draw_duration": 0,
"max_launch_power": 1,
"min_draw_duration": 0,
"scale_power_by_draw_duration": false
}
Apple
"minecraft:tags": {
"tags": [
"minecraft:is_food"
]
}