bugfix for backwards compatibility of the artificial hive

This commit is contained in:
bas080 2014-06-17 03:37:29 +02:00
parent 8da6928286
commit 07641dd812

View File

@ -584,7 +584,7 @@
inv:set_stack('queen', 1, 'bees:queen')
end
if node.name == 'bees:hive_artificial_inhabited' then
minetest.set_node(pos, { name = 'bees:hive_artificial_inhabited' })
minetest.set_node(pos, { name = 'bees:hive_artificial' })
local meta = minetest.get_meta(pos)
local inv = meta:get_inventory()
inv:set_stack('queen', 1, 'bees:queen')