Don't lose the bottle when eating honey

master
Novatux 2014-07-02 18:16:55 +02:00
parent 8424d06cc3
commit 1c64331d33
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@
description = 'honey bottle',
inventory_image = 'bees_bottle_honey.png',
stack_max = 12,
on_use = minetest.item_eat(3),
on_use = minetest.item_eat(3, "vessels:glass_bottle"),
})
minetest.register_craftitem('bees:wax', {