mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-05 17:40:35 +02:00
start to take care of loose ends
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
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", "legacy")
|
||||
|
||||
-- stairsplus.dofile("compat", "inventory_managers")
|
||||
-- unified_inventory, sfinv, i3
|
||||
|
Reference in New Issue
Block a user