From 4cb7edcab956b5f63f131bedadb7b1b6005e0429 Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:26:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D1=87=D1=83=D1=89=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BE=D0=B1=D1=81=D0=B8=D0=B4=D0=B8=D0=B0=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++---- recipes/crying_obsidian.json | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 recipes/crying_obsidian.json diff --git a/manifest.json b/manifest.json index d463c3f..36403aa 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "format_version": 2, "header": { "description": "MW Recipes Behavior Pack", - "name": "MW Recipes", + "name": "MW Recipes 0.0.3", "uuid": "ee649bcf-256c-4013-9068-6a802b19d756", - "version": [ 0, 0, 2 ], + "version": [ 0, 0, 3 ], "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, 2] + "version": [0, 0, 3] } ], "dependencies": [ { "uuid": "66c6e9a8-3093-462a-9c36-dbb052765822", - "version": [0, 0, 2] + "version": [0, 0, 3] } ] } \ No newline at end of file diff --git a/recipes/crying_obsidian.json b/recipes/crying_obsidian.json new file mode 100644 index 0000000..65400aa --- /dev/null +++ b/recipes/crying_obsidian.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.16", + "minecraft:recipe_shaped": { + "description": { + "identifier": "minecraft:crying_obsidian" + }, + "tags": [ "crafting_table" ], + "pattern": [ + "OGO", + "GOG", + "OGO" + ], + "key": { + "O": { + "item": "minecraft:obsidian" + }, + "G": { + "item": "minecraft:ghast_tear" + } + }, + "result": { + "item": "minecraft:crying_obsidian", + "count": 4 + } + } + } + \ No newline at end of file