mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-11-12 02:45:25 +01:00
add another legacy drawtype
This commit is contained in:
@@ -3,7 +3,8 @@ stairsplus.compat = {
|
||||
local def = minetest.registered_nodes[node]
|
||||
return (
|
||||
def.drawtype == "mesh" or
|
||||
def.drawtype == "plantlike"
|
||||
def.drawtype == "plantlike" or
|
||||
def.drawtype == "nodebox"
|
||||
)
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user