diff --git a/behavior_pack/items/mw_alko_alcohol.json b/behavior_pack/items/mw_alko_alcohol.json index 2bb4b73..0ae995f 100644 --- a/behavior_pack/items/mw_alko_alcohol.json +++ b/behavior_pack/items/mw_alko_alcohol.json @@ -7,7 +7,7 @@ }, "components": { "minecraft:hand_equipped": false, - "minecraft:max_stack_size": 64, + "minecraft:max_stack_size": 1, "minecraft:foil": false, "minecraft:stack_by_data": true, "minecraft:food": { @@ -18,7 +18,7 @@ { "name": "nausea", "chance": 1, - "duration": 30, + "duration": 120, "amplifier": 1 }, { diff --git a/behavior_pack/items/mw_alko_bottle_water.json b/behavior_pack/items/mw_alko_bottle_water.json index afe0911..95ba90b 100644 --- a/behavior_pack/items/mw_alko_bottle_water.json +++ b/behavior_pack/items/mw_alko_bottle_water.json @@ -7,7 +7,7 @@ }, "components": { "minecraft:hand_equipped": false, - "minecraft:max_stack_size": 64, + "minecraft:max_stack_size": 32, "minecraft:foil": false, "minecraft:stack_by_data": true, "minecraft:food": { diff --git a/behavior_pack/recipes/mw_alko_alcohol.json b/behavior_pack/recipes/mw_alko_alcohol.json index ebfd39c..b3c5dec 100644 --- a/behavior_pack/recipes/mw_alko_alcohol.json +++ b/behavior_pack/recipes/mw_alko_alcohol.json @@ -1,29 +1,14 @@ { "format_version": "1.12", - "minecraft:recipe_shaped": { + "minecraft:recipe_brewing_mix": { "description": { - "identifier": "alcohol_ed4657af" + "identifier": "mw_alko:alcohol" }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "B" - ], - "key": { - "A": { - "item": "mw_alko:bottle_water", - "data": 0 - }, - "B": { - "item": "minecraft:sugar", - "data": 0 - } - }, - "result": { - "item": "mw_alko:alcohol", - "count": 1 - } + + "tags": [ "brewing_stand" ], + + "input": "mw_alko:bottle_water", + "reagent": "minecraft:sugar", + "output": "mw_alko:alcohol" } } \ No newline at end of file