Flywheel/src/main/resources/data/create/recipes/smelting/dough.json

9 lines
158 B
JSON
Raw Normal View History

{
"type": "minecraft:smelting",
"ingredient": {
"item": "create:dough"
},
"result": "minecraft:bread",
"experience": 0.1,
"cookingtime": 200
}