diff --git a/.gitignore b/.gitignore index eeabb96..24cf499 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ MWRecipes.mcpack resource_pack.mcaddon +MWAlko.mcaddon diff --git a/behavior_pack/items/mw_alko_bottle.json b/behavior_pack/items/mw_alko_bottle.json index 1b04831..b10c2f6 100644 --- a/behavior_pack/items/mw_alko_bottle.json +++ b/behavior_pack/items/mw_alko_bottle.json @@ -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 + } } } \ No newline at end of file diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index 3c12f5a..71440ad 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -6,8 +6,8 @@ "uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b", "version": [ 0, - 0, - 17 + 1, + 0 ], "min_engine_version": [ 1, @@ -22,8 +22,8 @@ "uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e", "version": [ 0, - 0, - 17 + 1, + 0 ] } ], @@ -32,8 +32,8 @@ "uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184", "version": [ 0, - 0, - 17 + 1, + 0 ] } ] diff --git a/behavior_pack/recipes/mw_alko_bottle.json b/behavior_pack/recipes/mw_alko_bottle.json index 233c690..2062a97 100644 --- a/behavior_pack/recipes/mw_alko_bottle.json +++ b/behavior_pack/recipes/mw_alko_bottle.json @@ -20,7 +20,7 @@ }, "result": { "item": "mw_alko:bottle", - "count": 1 + "count": 4 } } } \ No newline at end of file diff --git a/resource_pack/items/mw_alko_bottle.json b/resource_pack/items/mw_alko_bottle.json index 89dacc1..6614658 100644 --- a/resource_pack/items/mw_alko_bottle.json +++ b/resource_pack/items/mw_alko_bottle.json @@ -1,5 +1,5 @@ { - "format_version": "1.10", + "format_version": "1.10.0", "minecraft:item": { "description": { "identifier": "mw_alko:bottle", @@ -7,7 +7,7 @@ }, "components": { "minecraft:icon": "mw_alko_bottle", - "minecraft:render_offsets": "miscellaneous" + "minecraft:render_offsets": "apple" } } } \ No newline at end of file diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index f439280..d2c0bce 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -6,8 +6,8 @@ "uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184", "version": [ 0, - 0, - 17 + 1, + 0 ], "min_engine_version": [ 1, @@ -22,8 +22,8 @@ "uuid": "397e7227-43f5-4b31-9681-6a81cd09a9d0", "version": [ 0, - 0, - 17 + 1, + 0 ] } ], @@ -32,8 +32,8 @@ "uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b", "version": [ 0, - 0, - 17 + 1, + 0 ] } ]