Remove moreblocks cuts from xdecor (unneeded)

This commit is contained in:
KaylebJay 2019-09-26 15:46:20 -06:00 committed by GitHub
parent e157443c63
commit b1186847a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,20 +52,7 @@ local function xdecor_stairs_alternative(nodename, def)
def.groups.groupname = nil
end
end
if minetest.get_modpath("moreblocks") then
stairsplus:register_all(
mod,
name,
nodename,
{
description = def.description,
tiles = def.tiles,
groups = def.groups,
sounds = def.sounds,
}
)
elseif minetest.get_modpath("stairs") then
if minetest.get_modpath("stairs") then
stairs.register_stair_and_slab(name,nodename,
def.groups,
def.tiles,