35 lines
845 B
JSON
35 lines
845 B
JSON
{
|
|
"format_version": "1.17.0",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "imoo:turel_del",
|
|
"category": "construction"
|
|
},
|
|
"components": {
|
|
"minecraft:icon": {
|
|
"texture": "mw_item",
|
|
"frame": 4
|
|
},
|
|
"minecraft:use_animation": "drink",
|
|
"minecraft:hand_equipped": false,
|
|
"minecraft:max_stack_size": 1,
|
|
"minecraft:foil": false,
|
|
"minecraft:food": {
|
|
"can_always_eat": true,
|
|
"on_consume": {
|
|
"event": "imoo:turel_dell"
|
|
}
|
|
},
|
|
"minecraft:use_duration": 2
|
|
},
|
|
"events": {
|
|
"imoo:turel_dell": {
|
|
"run_command": {
|
|
"command": [
|
|
"kill @e[type=imoo:turel, r=2]"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |