28 lines
401 B
JSON
28 lines
401 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": [
|
|
{
|
|
"item": "minecraft:sandstone",
|
|
"data": 0
|
|
},
|
|
{
|
|
"item": "minecraft:sandstone",
|
|
"data": 1
|
|
},
|
|
{
|
|
"item": "minecraft:sandstone",
|
|
"data": 2
|
|
}
|
|
]
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stone_slab",
|
|
"data": 1,
|
|
"count": 6
|
|
}
|
|
}
|