From 08367ebcc5ffe3599d54970f79a8132b269846ea Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Sat, 5 Feb 2022 22:01:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=88=D0=BE=D0=BA=D0=BE=D0=BB=D0=B0=D0=B4=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- behavior_pack/items/mw_food_choko.json | 4 +-- behavior_pack/manifest.json | 6 ++--- behavior_pack/recipes/grass.json | 32 ++++++++++++------------ behavior_pack/recipes/mw_food_choko.json | 27 ++++++++------------ resource_pack/manifest.json | 6 ++--- template/item.json | 2 +- 6 files changed, 36 insertions(+), 41 deletions(-) diff --git a/behavior_pack/items/mw_food_choko.json b/behavior_pack/items/mw_food_choko.json index b74cf10..22ea3e9 100644 --- a/behavior_pack/items/mw_food_choko.json +++ b/behavior_pack/items/mw_food_choko.json @@ -15,7 +15,7 @@ }, "minecraft:use_animation": "eat", "minecraft:hand_equipped": false, - "minecraft:max_stack_size": 32, + "minecraft:max_stack_size": 64, "minecraft:foil": false, "minecraft:food": { "saturation_modifier": "low", @@ -23,7 +23,7 @@ "can_always_eat": false, "remove_effects": [] }, - "minecraft:use_duration": 3 + "minecraft:use_duration": 2 } } } \ No newline at end of file diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index a9509c3..28f28ce 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 3, - 6 + 14 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 3, - 6 + 14 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 3, - 6 + 14 ] } ] diff --git a/behavior_pack/recipes/grass.json b/behavior_pack/recipes/grass.json index ab8a954..3e3d442 100644 --- a/behavior_pack/recipes/grass.json +++ b/behavior_pack/recipes/grass.json @@ -1,22 +1,22 @@ { - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { + "format_version": "1.12.0", + "minecraft:recipe_shapeless": { + "description": { "identifier": "minecraft:grass" + }, + "tags": [ "crafting_table" ], + "group": "candle", + "ingredients": [ + { + "item": "minecraft:dirt" }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:dirt" - }, - { - "item": "minecraft:wheat_seeds" - } - ], - "result": { - "item": "minecraft:grass" + { + "item": "minecraft:wheat_seeds" } + ], + "result": { + "item": "minecraft:grass" } - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/behavior_pack/recipes/mw_food_choko.json b/behavior_pack/recipes/mw_food_choko.json index 1066736..5b6c595 100644 --- a/behavior_pack/recipes/mw_food_choko.json +++ b/behavior_pack/recipes/mw_food_choko.json @@ -1,26 +1,21 @@ { "format_version": "1.12", - "minecraft:recipe_shaped": { + "minecraft:recipe_shapeless": { "description": { "identifier": "mw_food:choko" }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " ", - " ", - " " - ], - "key": { - "-": { - "item": " ", - "data": 1 + "tags": [ "crafting_table" ], + "group": "candle", + "ingredients": [ + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:cocoa_beans" } - }, + ], "result": { - "item": "mw_food:choko", - "count": 1 + "item": "mw_food:choko" } } } \ No newline at end of file diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index d6a2c94..776fda6 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 3, - 6 + 14 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 3, - 6 + 14 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 3, - 6 + 14 ] } ] diff --git a/template/item.json b/template/item.json index a84e423..761d79e 100644 --- a/template/item.json +++ b/template/item.json @@ -15,7 +15,7 @@ }, "minecraft:use_animation": "eat", "minecraft:hand_equipped": false, - "minecraft:max_stack_size": 32, + "minecraft:max_stack_size": 64, "minecraft:foil": false, "minecraft:food": { "saturation_modifier": "low",