Files
minecraft-assets/data/minecraft/recipes/smooth_sandstone_slab.json
2018-12-21 06:39:57 +00:00

15 lines
218 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_sandstone"
}
},
"result": {
"item": "minecraft:smooth_sandstone_slab",
"count": 6
}
}