Skip to content

Commit

Permalink
Remove undocumented and useless air_equivalent parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zughy committed Sep 10, 2023
1 parent 48ab183 commit 5b7adff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builtin/game/register.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ core.register_node(":air", {
diggable = false,
buildable_to = true,
floodable = true,
air_equivalent = true,
drop = "",
groups = {not_in_creative_inventory=1},
})
Expand All @@ -383,7 +382,6 @@ core.register_node(":ignore", {
pointable = false,
diggable = false,
buildable_to = true, -- A way to remove accidentally placed ignores
air_equivalent = true,
drop = "",
groups = {not_in_creative_inventory=1},
node_placement_prediction = "",
Expand Down

0 comments on commit 5b7adff

Please sign in to comment.