2015-05-27 16:59:29 -05:00
|
|
|
--configs
|
|
|
|
-- change this to make blocks show in creative inventory. 0 will show, 1 is invisible
|
|
|
|
visible = 1
|
|
|
|
|
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')
|
2015-05-01 20:34:07 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/recipes.lua')
|
2015-05-14 09:18:52 -07:00
|
|
|
dofile(minetest.get_modpath("mylandscaping").."/machine.lua")
|
|
|
|
dofile(minetest.get_modpath("mylandscaping").."/mixer.lua")
|
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/concrete.lua')
|
2015-05-27 16:59:29 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/deco_walls.lua')
|
2015-09-13 18:04:26 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/formspec.lua')
|