mirror of
https://github.com/mt-mods/signs_lib.git
synced 2024-12-26 09:10:17 +01: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)
|
function signs_lib.register_sign(name, raw_def)
|
||||||
local def = table.copy(raw_def)
|
local def = table.copy(raw_def)
|
||||||
|
def.is_ground_content = false
|
||||||
|
|
||||||
if raw_def.entity_info == "standard" then
|
if raw_def.entity_info == "standard" then
|
||||||
def.entity_info = {
|
def.entity_info = {
|
||||||
|
Loading…
Reference in New Issue
Block a user