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

18 lines
308 B
JSON
Raw Normal View History

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