10 lines
284 B
Lua
10 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
|
|
|