7 lines
259 B
Lua
Raw Normal View History

2015-04-26 16:38:21 -05:00
--Load File
dofile(minetest.get_modpath('mylandscaping')..'/walls.lua')
2015-04-27 10:31:29 -07:00
dofile(minetest.get_modpath('mylandscaping')..'/stones.lua')
dofile(minetest.get_modpath('mylandscaping')..'/concrete.lua')
2015-04-26 16:38:21 -05:00
dofile(minetest.get_modpath('mylandscaping')..'/machine.lua')