minecraft-src/data/minecraft/recipe/stone.json
2025-07-04 02:00:41 +03:00

10 lines
No EOL
189 B
JSON

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