diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index a4072bb..b5ebf88 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 4, - 40 + 41 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 4, - 40 + 41 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 4, - 40 + 41 ] } ] diff --git a/behavior_pack/recipes/imoo_grave_1.json b/behavior_pack/recipes/imoo_grave_1.json new file mode 100644 index 0000000..a9b63fd --- /dev/null +++ b/behavior_pack/recipes/imoo_grave_1.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.12", + "minecraft:recipe_shaped": { + "description": { + "identifier": "imoo:grave_1" + }, + "tags": [ + "crafting_table" + ], + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "imoo:grave_1", + "count": 6 + } + } + } \ No newline at end of file diff --git a/behavior_pack/recipes/imoo_grave_2.json b/behavior_pack/recipes/imoo_grave_2.json new file mode 100644 index 0000000..77eb42d --- /dev/null +++ b/behavior_pack/recipes/imoo_grave_2.json @@ -0,0 +1,26 @@ +{ + "format_version": "1.12", + "minecraft:recipe_shaped": { + "description": { + "identifier": "imoo:grave_2" + }, + "tags": [ + "crafting_table" + ], + "pattern": [ + " | ", + "|||", + " | " + ], + "key": { + "|": { + "item": "minecraft:cobblestone_wall", + "data": 4 + } + }, + "result": { + "item": "imoo:grave_2", + "count": 3 + } + } + } \ No newline at end of file diff --git a/behavior_pack/recipes/imoo_grave_3.json b/behavior_pack/recipes/imoo_grave_3.json new file mode 100644 index 0000000..dc46151 --- /dev/null +++ b/behavior_pack/recipes/imoo_grave_3.json @@ -0,0 +1,25 @@ +{ + "format_version": "1.12", + "minecraft:recipe_shaped": { + "description": { + "identifier": "imoo:grave_3" + }, + "tags": [ + "crafting_table" + ], + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "imoo:grave_3", + "count": 6 + } + } + } \ No newline at end of file diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index 5d8d09f..548fba3 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 4, - 40 + 41 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 4, - 40 + 41 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 4, - 40 + 41 ] } ]