Files
minecraft-assets/data/minecraft/recipes/smooth_red_sandstone.json
2024-04-10 18:28:59 +02:00

12 lines
224 B
JSON

{
"type": "minecraft:smelting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.1,
"ingredient": {
"item": "minecraft:red_sandstone"
},
"result": {
"id": "minecraft:smooth_red_sandstone"
}
}