Make wielder nodes not ground content (#112)

nodebreaker, deployer and dispenser
This commit is contained in:
Luke aka SwissalpS 2024-03-03 02:52:23 +01:00 committed by GitHub
parent c7b153f1ef
commit cb2a59131c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ local function register_wielder(data)
return stack:get_count()
end,
},
is_ground_content = true,
is_ground_content = false,
paramtype2 = "facedir",
tubelike = 1,
groups = groups,