update boost carts, mesecons, moreblocks, moretrees, unified inventory,

and worldedit
This commit is contained in:
Vanessa Ezekowitz
2016-07-14 09:03:38 -04:00
parent 4b4687ee84
commit f9cae7314e
36 changed files with 931 additions and 114 deletions

View File

@@ -48,7 +48,7 @@ function stairsplus:register_slab(modname, subname, recipeitem, fields)
def.on_place = minetest.rotate_node
def.description = ("%s (%d/16)"):format(desc_base, num)
def.groups = stairsplus:prepare_groups(fields.groups)
if fields.drop and not type(fields.drop) == "table" then
if fields.drop and not (type(fields.drop) == "table") then
def.drop = modname.. ":slab_" .. fields.drop .. alternate
end
minetest.register_node(":" .. modname .. ":slab_" .. subname .. alternate, def)