Add copper doors and trapdoors to stonecutting

This commit is contained in:
Len 2025-07-08 16:19:26 +02:00
parent f8070dd89d
commit 780a561c0b
8 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"result": {
"count": 4,
"id": "minecraft:copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"result": {
"count": 3,
"id": "minecraft:copper_trapdoor"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:exposed_copper",
"result": {
"count": 4,
"id": "minecraft:exposed_copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:exposed_copper",
"result": {
"count": 3,
"id": "minecraft:exposed_copper_trapdoor"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_copper",
"result": {
"count": 4,
"id": "minecraft:oxidized_copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_copper",
"result": {
"count": 3,
"id": "minecraft:oxidized_copper_trapdoor"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:weathered_copper",
"result": {
"count": 4,
"id": "minecraft:weathered_copper_door"
}
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_block",
"result": {
"count": 3,
"id": "minecraft:weathered_copper_trapdoor"
}
}