FaceDeer 392c8e741f 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-27 00:59:56 -07:00

4 lines
114 B
Lua

local MP = minetest.get_modpath(minetest.get_current_modname())
dofile(MP.."/hides.lua")
dofile(MP.."/straw.lua")