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