Don't lose the bottle when eating honey
This commit is contained in:
parent
8424d06cc3
commit
1c64331d33
2
init.lua
2
init.lua
@ -499,7 +499,7 @@
|
|||||||
description = 'honey bottle',
|
description = 'honey bottle',
|
||||||
inventory_image = 'bees_bottle_honey.png',
|
inventory_image = 'bees_bottle_honey.png',
|
||||||
stack_max = 12,
|
stack_max = 12,
|
||||||
on_use = minetest.item_eat(3),
|
on_use = minetest.item_eat(3, "vessels:glass_bottle"),
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem('bees:wax', {
|
minetest.register_craftitem('bees:wax', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user