Add copper doors and trapdoors to stonecutting
This commit is contained in:
parent
f8070dd89d
commit
780a561c0b
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:copper_block",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:copper_door"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:copper_block",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:copper_trapdoor"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:exposed_copper",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:exposed_copper_door"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:exposed_copper",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:exposed_copper_trapdoor"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:oxidized_copper",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:oxidized_copper_door"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:oxidized_copper",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:oxidized_copper_trapdoor"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:weathered_copper",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:weathered_copper_door"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:copper_block",
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:weathered_copper_trapdoor"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user