Files
minecraft-assets/data/minecraft/recipe/smooth_stone.json
2024-08-07 18:31:40 +02:00

12 lines
208 B
JSON

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