Skip to content

Commit

Permalink
Set is_ground_content = false for bones node (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Feb 26, 2024
1 parent 04abd24 commit fab8544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ minetest.register_node("bones:bones", {
},
paramtype2 = "facedir",
groups = {dig_immediate = 2},
is_ground_content = false,
sounds = {
footstep = {name = "bones_footstep", gain = 1.1},
dig = {name = "bones_dig", gain = 0.9},
Expand Down

0 comments on commit fab8544

Please sign in to comment.