Fix error causing unknown nodes to appear

Any pillars and classic greek buildings had unknown nodes for stairs
when moreblocks was active.
master
Chris N 2014-07-29 18:02:12 -10:00
parent 32be7faf54
commit 577d34657f
1 changed files with 1 additions and 2 deletions

View File

@ -126,10 +126,9 @@ local np_humid = {
skylands = {}
dofile(minetest.get_modpath("skylands").."/nodes.lua")
dofile(minetest.get_modpath("skylands").."/stairs.lua")
if (minetest.get_modpath("moreblocks")) then
dofile(minetest.get_modpath("skylands").."/stairsplus.lua")
else
dofile(minetest.get_modpath("skylands").."/stairs.lua")
end
dofile(minetest.get_modpath("skylands").."/wheat.lua")
dofile(minetest.get_modpath("skylands").."/abms.lua")