stairsplus.compat = { is_legacy_drawtype = function(node) local def = minetest.registered_nodes[node] return ( def.drawtype == "mesh" or def.drawtype == "plantlike" ) end } stairsplus.dofile("compat", "stairs") stairsplus.dofile("compat", "old_moreblocks") -- stairsplus.dofile("compat", "inventory_managers") -- unified_inventory, sfinv, i3