Skip to content

Commit

Permalink
leaves aren't ground content
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Mar 1, 2024
1 parent 083a781 commit 44f0e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leaves.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ minetest.register_node("redwood:redwood_leaves", {
paramtype = "light",
walkable = false,
waving = 1,
is_ground_content = false,
groups = {snappy = 3, leafdecay = 3, leaves = 1, flammable = 2},
drop = {
max_items = 1,
Expand Down

0 comments on commit 44f0e81

Please sign in to comment.