Верия 0.1.0

This commit is contained in:
Hell13Cat
2022-01-26 00:26:04 +03:00
parent caffbe1a34
commit aad8eb5412
6 changed files with 19 additions and 41 deletions
+3 -26
View File
@@ -1,5 +1,5 @@
{
"format_version": "1.17.40",
"format_version": "1.16.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle",
@@ -8,30 +8,7 @@
"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"
}
}
}
"minecraft:foil": false
}
}
}