From 2aa6f59598b4cbf14ba8fc5a16b0a87b9d5d4f15 Mon Sep 17 00:00:00 2001 From: Craig King Date: Tue, 16 Feb 2021 20:05:26 +0100 Subject: [PATCH] Override default minecraft recipes for chiseled blocks to remove ambiguity --- data/minecraft/recipes/chiseled_nether_bricks.json | 1 + data/minecraft/recipes/chiseled_polished_blackstone.json | 1 + data/minecraft/recipes/chiseled_quartz_block.json | 1 + data/minecraft/recipes/chiseled_red_sandstone.json | 1 + data/minecraft/recipes/chiseled_sandstone.json | 1 + data/minecraft/recipes/chiseled_stone_bricks.json | 1 + 6 files changed, 6 insertions(+) create mode 100644 data/minecraft/recipes/chiseled_nether_bricks.json create mode 100644 data/minecraft/recipes/chiseled_polished_blackstone.json create mode 100644 data/minecraft/recipes/chiseled_quartz_block.json create mode 100644 data/minecraft/recipes/chiseled_red_sandstone.json create mode 100644 data/minecraft/recipes/chiseled_sandstone.json create mode 100644 data/minecraft/recipes/chiseled_stone_bricks.json diff --git a/data/minecraft/recipes/chiseled_nether_bricks.json b/data/minecraft/recipes/chiseled_nether_bricks.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/minecraft/recipes/chiseled_nether_bricks.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/minecraft/recipes/chiseled_polished_blackstone.json b/data/minecraft/recipes/chiseled_polished_blackstone.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/minecraft/recipes/chiseled_polished_blackstone.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/minecraft/recipes/chiseled_quartz_block.json b/data/minecraft/recipes/chiseled_quartz_block.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/minecraft/recipes/chiseled_quartz_block.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/minecraft/recipes/chiseled_red_sandstone.json b/data/minecraft/recipes/chiseled_red_sandstone.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/minecraft/recipes/chiseled_red_sandstone.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/minecraft/recipes/chiseled_sandstone.json b/data/minecraft/recipes/chiseled_sandstone.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/minecraft/recipes/chiseled_sandstone.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/minecraft/recipes/chiseled_stone_bricks.json b/data/minecraft/recipes/chiseled_stone_bricks.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/minecraft/recipes/chiseled_stone_bricks.json @@ -0,0 +1 @@ +{} \ No newline at end of file