11 lines
284 B
Lua
11 lines
284 B
Lua
|
|
||
|
dofile(minetest.get_modpath("myroofs").."/asphault.lua")
|
||
|
dofile(minetest.get_modpath("myroofs").."/straw.lua")
|
||
|
dofile(minetest.get_modpath("myroofs").."/blocks.lua")
|
||
|
|
||
|
if minetest.get_modpath("homedecor") then
|
||
|
dofile(minetest.get_modpath("myroofs").."/homedecor.lua")
|
||
|
return
|
||
|
end
|
||
|
|