make signs non ground content

This commit is contained in:
Luke aka SwissalpS 2024-02-29 22:43:42 +01:00
parent e387808065
commit f4a871c599
1 changed files with 1 additions and 0 deletions

View File

@ -1002,6 +1002,7 @@ end
function signs_lib.register_sign(name, raw_def)
local def = table.copy(raw_def)
def.is_ground_content = false
if raw_def.entity_info == "standard" then
def.entity_info = {