Skip to content

Commit

Permalink
make signs non ground content (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Feb 29, 2024
1 parent e387808 commit e5f7343
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 e5f7343

Please sign in to comment.