From 4a6d40b287d4d08844926be192457e43cd718bd3 Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:53:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D1=91=D1=80=D0=BD=20-=20=D1=84=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++---- recipes/grass.json | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 recipes/grass.json diff --git a/manifest.json b/manifest.json index 36403aa..aaf86c4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "format_version": 2, "header": { "description": "MW Recipes Behavior Pack", - "name": "MW Recipes 0.0.3", + "name": "MW Recipes 0.0.5", "uuid": "ee649bcf-256c-4013-9068-6a802b19d756", - "version": [ 0, 0, 3 ], + "version": [ 0, 0, 5 ], "min_engine_version": [ 1, 18, 0 ] }, "modules": [ @@ -12,13 +12,13 @@ "description": "MW Recipes Behavior Pack", "type": "data", "uuid": "fa6e90c8-c925-460f-8355-c8a60b753caa", - "version": [0, 0, 3] + "version": [0, 0, 5] } ], "dependencies": [ { "uuid": "66c6e9a8-3093-462a-9c36-dbb052765822", - "version": [0, 0, 3] + "version": [0, 0, 5] } ] } \ No newline at end of file diff --git a/recipes/grass.json b/recipes/grass.json new file mode 100644 index 0000000..ab8a954 --- /dev/null +++ b/recipes/grass.json @@ -0,0 +1,22 @@ + +{ + "format_version": "1.12", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "minecraft:grass" + }, + "tags": [ "crafting_table" ], + "group": "candle", + "ingredients": [ + { + "item": "minecraft:dirt" + }, + { + "item": "minecraft:wheat_seeds" + } + ], + "result": { + "item": "minecraft:grass" + } + } + } \ No newline at end of file