18 lines
307 B
JSON
18 lines
307 B
JSON
|
{
|
||
|
"type": "thermal:bottler",
|
||
|
"ingredient": [
|
||
|
{
|
||
|
"item": "minecraft:glass_bottle"
|
||
|
},
|
||
|
{
|
||
|
"fluid": "resourcefulbees:honey",
|
||
|
"amount": 250
|
||
|
}
|
||
|
],
|
||
|
"result": [
|
||
|
{
|
||
|
"item": "minecraft:honey_bottle"
|
||
|
}
|
||
|
]
|
||
|
}
|