Fix that only eggs are in chests in ruins

This commit is contained in:
LNJ 2016-06-03 23:32:15 +02:00
parent 2caeea4bcc
commit 2596f4d6f9

View File

@ -30,10 +30,7 @@ local chest_stuff = {
}
if core.get_modpath("chicken") then
chest_stuff = {
unpack(chest_stuff),
{name = "creatures:egg", max = 6, rarity = 2},
}
table.insert(chest_stuff, {name = "creatures:egg", max = 6, rarity = 2})
end
minetest.register_node("ruins:chest", {