diff --git a/init.lua b/init.lua index fe86b54..b15a8f5 100644 --- a/init.lua +++ b/init.lua @@ -26,7 +26,7 @@ function pyramids.fill_chest(pos) if random(1,10) < 7 then return end local stacks = {} if minetest.get_modpath("treasurer") ~= nil then - stacks = treasurer.select_random_treasures(3,7,9,{"minetool", "food", "crafting_component"}) + stacks = treasurer.select_random_treasures(3,1,5,{"armes", "armures", "precieux"}) else for i=0,2,1 do local stuff = chest_stuff[random(1,#chest_stuff)]