mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-06-17 08:40:27 +02:00
make signs non ground content (#26)
This commit is contained in:
parent
e387808065
commit
e5f73438ce
1
api.lua
1
api.lua
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user