From 780a561c0bed70d90ff505cf9421ba5f95b3d082 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:19:26 +0200 Subject: [PATCH] Add copper doors and trapdoors to stonecutting --- .../galaxy/recipe/copper/stonecutting_copper_door.json | 8 ++++++++ .../recipe/copper/stonecutting_copper_trapdoor.json | 8 ++++++++ .../recipe/copper/stonecutting_exposed_copper_door.json | 8 ++++++++ .../copper/stonecutting_exposed_copper_trapdoor.json | 8 ++++++++ .../recipe/copper/stonecutting_oxidized_copper_door.json | 8 ++++++++ .../copper/stonecutting_oxidized_copper_trapdoor.json | 8 ++++++++ .../recipe/copper/stonecutting_weathered_copper_door.json | 8 ++++++++ .../copper/stonecutting_weathered_copper_trapdoor.json | 8 ++++++++ 8 files changed, 64 insertions(+) create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_copper_door.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_copper_trapdoor.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_door.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_exposed_copper_trapdoor.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_door.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_oxidized_copper_trapdoor.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_door.json create mode 100644 galaxy/data/galaxy/recipe/copper/stonecutting_weathered_copper_trapdoor.json 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