Files
minecraft-assets/data/minecraft/recipes/chiseled_red_sandstone.json
2022-06-02 16:22:34 +02:00

15 lines
222 B
JSON

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