Fellies/kubejs[e6]/data/create/recipes/emptying/honey_bottle.json

18 lines
309 B
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "create:emptying",
"ingredients": [
{
"item": "minecraft:honey_bottle"
}
],
"results": [
{
"item": "minecraft:glass_bottle"
},
{
"fluid": "resourcefulbees:honey",
"amount": 250
}
]
}