22 lines
307 B
JSON
22 lines
307 B
JSON
{
|
|
"type": "create:mixing",
|
|
"results": [
|
|
{
|
|
"item": "farm_and_charm:dough",
|
|
"count": 5
|
|
}
|
|
],
|
|
"ingredients": [
|
|
{
|
|
"item": "farm_and_charm:flour"
|
|
},
|
|
{
|
|
"item": "farm_and_charm:yeast"
|
|
},
|
|
{
|
|
"amount": 250,
|
|
"fluid": "minecraft:water"
|
|
}
|
|
]
|
|
}
|