37 lines
776 B
JSON
37 lines
776 B
JSON
{
|
|
"format_version": "1.17.40",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "mw_alko:bottle",
|
|
"category": "items"
|
|
},
|
|
"components": {
|
|
"minecraft:hand_equipped": false,
|
|
"minecraft:max_stack_size": 64,
|
|
"minecraft:foil": false,
|
|
"minecraft:stack_by_data": true,
|
|
"minecraft:icon": {
|
|
"texture": "mw_alko_bottle"
|
|
},
|
|
"minecraft:display_name": {
|
|
"value": "Бутылка"
|
|
},
|
|
"minecraft:on_use": {
|
|
"on_use": {
|
|
"target": "self",
|
|
"event": "mw_alko:fill"
|
|
}
|
|
}
|
|
},
|
|
"events": {
|
|
"mw_alko:fill": {
|
|
"run_command": {
|
|
"command": [
|
|
"execute @p ~~~ detect ~~~ minecraft:water 0 function flaskTransform"
|
|
],
|
|
"target": "holder"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |