MineAssets/1.12.2/assets/minecraft/recipes/stone_brick_slab.json
2024-12-17 02:08:01 +03:00

32 lines
479 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": [
{
"item": "minecraft:stonebrick",
"data": 0
},
{
"item": "minecraft:stonebrick",
"data": 1
},
{
"item": "minecraft:stonebrick",
"data": 2
},
{
"item": "minecraft:stonebrick",
"data": 3
}
]
},
"result": {
"item": "minecraft:stone_slab",
"data": 5,
"count": 6
}
}