1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-11-07 02:20:18 +01:00

make signs non ground content (#26)

This commit is contained in:
Luke aka SwissalpS 2024-03-01 00:48:31 +01:00 committed by GitHub
parent e387808065
commit e5f73438ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {