24 lines
382 B
JSON
24 lines
382 B
JSON
{
|
|
"type": "create:mixing",
|
|
"heatRequirement": "heated",
|
|
"ingredients": [
|
|
{
|
|
"item": "herbalbrews:dried_black_tea"
|
|
},
|
|
{
|
|
"amount": 250,
|
|
"fluid": "society:ancient_fruit_juice",
|
|
"nbt": {}
|
|
},
|
|
{
|
|
"amount": 250,
|
|
"fluid": "society:milk"
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"amount": 1000,
|
|
"fluid": "create:tea"
|
|
}
|
|
]
|
|
} |