mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 00:20:43 +02: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