From e5f73438ce60abef208979a549737f7331a7a504 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Fri, 1 Mar 2024 00:48:31 +0100 Subject: [PATCH] make signs non ground content (#26) --- api.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/api.lua b/api.lua index 2b34615..6ad40aa 100644 --- a/api.lua +++ b/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 = {