diff --git a/stairsplus/common.lua b/stairsplus/common.lua index aee1e6a..26d4031 100644 --- a/stairsplus/common.lua +++ b/stairsplus/common.lua @@ -133,6 +133,7 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam def[k] = v end + def.is_ground_content = def.is_ground_content == true def.drawtype = "nodebox" def.paramtype = "light" def.paramtype2 = def.paramtype2 or "facedir"