Skip to content

Commit

Permalink
Make wielder nodes not ground content (#112)
Browse files Browse the repository at this point in the history
nodebreaker, deployer and dispenser
  • Loading branch information
SwissalpS authored Mar 3, 2024
1 parent c7b153f commit cb2a591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wielder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb2a591

Please sign in to comment.