22 lines
330 B
JSON
22 lines
330 B
JSON
{
|
|
"type": "create:mixing",
|
|
"heatRequirement": "heated",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:sugar"
|
|
},
|
|
{
|
|
"item": "minecraft:cocoa_beans"
|
|
},
|
|
{
|
|
"amount": 250,
|
|
"fluid": "society:milk"
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"amount": 250,
|
|
"fluid": "create:chocolate"
|
|
}
|
|
]
|
|
} |