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

15 lines
243 B
JSON
Raw Normal View History

{
"type": "minecraft:smelting",
"ingredient": {
"item": "create:dough"
},
"result": "minecraft:bread",
"experience": 0.1,
"cookingtime": 200,
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}