myfences/init.lua

6 lines
224 B
Lua
Raw Normal View History

2015-04-19 09:39:33 -07:00
dofile(minetest.get_modpath("myfences").."/picket.lua")
dofile(minetest.get_modpath("myfences").."/privacy.lua")
dofile(minetest.get_modpath("myfences").."/garden.lua")
2016-03-16 05:24:27 -07:00
dofile(minetest.get_modpath("myfences").."/post.lua")