Vanessa Ezekowitz
2013-10-26 4a35d5dd98c8c08dd79cd0d0789b902fd4470edf
commit | author | age
fd3f25 1 -- Minetest 0.4.6 mod: technic_chests
R 2 -- namespace: technic
3 -- (c) 2012-2013 by RealBadAngel <mk@realbadangel.pl>
4
5 modpath=minetest.get_modpath("technic_chests")
6
7 -- chests
8 dofile(modpath.."/chest_commons.lua")
9 dofile(modpath.."/iron_chest.lua")
10 dofile(modpath.."/copper_chest.lua")
11 dofile(modpath.."/silver_chest.lua")
12 dofile(modpath.."/gold_chest.lua")
13 dofile(modpath.."/mithril_chest.lua")