Files
minecraft-assets/data/minecraft/recipes/chiseled_red_sandstone.json
2021-04-14 18:32:33 +00:00

15 lines
222 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:red_sandstone_slab"
}
},
"result": {
"item": "minecraft:chiseled_red_sandstone"
}
}