Make wielder nodes not ground content (#112)

nodebreaker, deployer and dispenser
pull/109/merge
Luke aka SwissalpS 3 months ago committed by GitHub
parent c7b153f1ef
commit cb2a59131c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save