diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_copper_door.json b/galaxy/data/galaxy/recipe/copper/stonecutting_copper_door.json new file mode 100644 index 0000000..ba3d3b5 --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_copper_door.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:copper_block", + "result": { + "count": 4, + "id": "minecraft:copper_door" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_copper_trapdoor.json b/galaxy/data/galaxy/recipe/copper/stonecutting_copper_trapdoor.json new file mode 100644 index 0000000..cb64de2 --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_copper_trapdoor.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:copper_block", + "result": { + "count": 3, + "id": "minecraft:copper_trapdoor" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_door.json b/galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_door.json new file mode 100644 index 0000000..643cb57 --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_door.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:exposed_copper", + "result": { + "count": 4, + "id": "minecraft:exposed_copper_door" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_trapdoor.json b/galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_trapdoor.json new file mode 100644 index 0000000..463b055 --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_trapdoor.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:exposed_copper", + "result": { + "count": 3, + "id": "minecraft:exposed_copper_trapdoor" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_door.json b/galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_door.json new file mode 100644 index 0000000..54ec24c --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_door.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:oxidized_copper", + "result": { + "count": 4, + "id": "minecraft:oxidized_copper_door" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_trapdoor.json b/galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_trapdoor.json new file mode 100644 index 0000000..d428291 --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_trapdoor.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:oxidized_copper", + "result": { + "count": 3, + "id": "minecraft:oxidized_copper_trapdoor" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_door.json b/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_door.json new file mode 100644 index 0000000..60f8e4b --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_door.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:weathered_copper", + "result": { + "count": 4, + "id": "minecraft:weathered_copper_door" + } +} \ No newline at end of file diff --git a/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json b/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json new file mode 100644 index 0000000..5e753b6 --- /dev/null +++ b/galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:copper_block", + "result": { + "count": 3, + "id": "minecraft:weathered_copper_trapdoor" + } +} \ No newline at end of file