mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:glass_bottle"
|
|
},
|
|
{
|
|
"fluid": "resourcefulbees:honey",
|
|
"amount": 250
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"item": "minecraft:honey_bottle"
|
|
}
|
|
]
|
|
}
|