mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Reset changed configs
This commit is contained in:
17
kubejs/data/create/recipes/filling/honey_bottle.json
Normal file
17
kubejs/data/create/recipes/filling/honey_bottle.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "create:filling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"fluid": "resourcefulbees:honey",
|
||||
"amount": 250
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user