Backport 26.1 stonecutting recipes

This commit is contained in:
Sergeant Acoustic 2026-03-15 22:17:09 +00:00
parent 8cae91a046
commit 99d8b98602
21 changed files with 210 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:chiseled_deepslate"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:cobbled_deepslate"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 2,
"id": "minecraft:cobbled_deepslate_slab"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:cobbled_deepslate_stairs"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:cobbled_deepslate_wall"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 2,
"id": "minecraft:deepslate_brick_slab"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:deepslate_brick_stairs"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:deepslate_brick_wall"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:deepslate_bricks"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 2,
"id": "minecraft:deepslate_tile_slab"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:deepslate_tile_stairs"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:deepslate_tile_wall"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:deepslate_tiles"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:polished_deepslate"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 2,
"id": "minecraft:polished_deepslate_slab"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:polished_deepslate_stairs"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:deepslate"
},
"result": {
"count": 1,
"id": "minecraft:polished_deepslate_wall"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:stone"
},
"result": {
"count": 1,
"id": "minecraft:cobblestone"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:stone"
},
"result": {
"count": 2,
"id": "minecraft:cobblestone_slab"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:stone"
},
"result": {
"count": 1,
"id": "minecraft:cobblestone_stairs"
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:stone"
},
"result": {
"count": 1,
"id": "minecraft:cobblestone_wall"
}
}