18 lines
309 B
JSON
18 lines
309 B
JSON
|
{
|
||
|
"type": "create:emptying",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:honey_bottle"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:glass_bottle"
|
||
|
},
|
||
|
{
|
||
|
"fluid": "resourcefulbees:honey",
|
||
|
"amount": 250
|
||
|
}
|
||
|
]
|
||
|
}
|