2015-05-27 16:59:29 -05:00
|
|
|
--configs
|
|
|
|
-- change this to make blocks show in creative inventory. 0 will show, 1 is invisible
|
2015-09-16 17:50:08 -05:00
|
|
|
visible = 1
|
2015-05-27 16:59:29 -05:00
|
|
|
|
2015-04-26 16:38:21 -05:00
|
|
|
--Load File
|
2015-09-14 19:41:00 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/walls_freeport.lua')
|
2015-09-16 17:50:08 -05:00
|
|
|
--dofile(minetest.get_modpath('mylandscaping')..'/walls_madison.lua') these aren't made yet
|
2015-09-14 19:41:00 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/walls_adaridge.lua')
|
2015-09-27 15:35:44 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/walls_deco.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-09-13 18:04:26 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/formspec.lua')
|
2015-09-27 19:19:46 -05:00
|
|
|
dofile(minetest.get_modpath('mylandscaping')..'/toppers.lua')
|