FaceDeer c47707205a Initial commit
This was split out of the venerable Castle mod,
https://github.com/minetest-mods/castle, which has been maintained by a
long line of distinguished modders.
2017-02-25 19:22:49 -07:00

3 lines
123 B
Lua

local MP = minetest.get_modpath(minetest.get_current_modname())
dofile(MP.."/crate.lua")
dofile(MP.."/ironbound_chest.lua")