Skip to content

Commit

Permalink
make signs non ground content
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Feb 29, 2024
1 parent e387808 commit f4a871c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f4a871c

Please sign in to comment.