Files
minecraft-assets/data/minecraft/recipes/chiseled_sandstone.json
2018-12-21 06:38:40 +00:00

15 lines
204 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:sandstone_slab"
}
},
"result": {
"item": "minecraft:chiseled_sandstone"
}
}