Added acacia sapling to chest stuff

master
LNJplus 2015-10-28 21:19:59 +01:00
parent ef037eac2f
commit c27c165169
1 changed files with 3 additions and 2 deletions

View File

@ -25,11 +25,12 @@ local chest_stuff = {
{name="default:gold_ingot", max = 2},
{name="default:diamond", max = 1},
{name="default:pick_steel", max = 1},
{name="default:pick_diamond", max = 1}
{name="default:pick_diamond", max = 1},
{name="default:acacia_sapling", max = 3}
}
if minetest.get_modpath("farming") then
chest_stuff[7] = {name="farming:bread", max = 3}
chest_stuff[8] = {name="farming:bread", max = 3}
end
local function fill_chest(pos)