RealBadAngel
2013-04-06 4139e918669972c925c793539b1a425e2f67a745
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")