set is_ground_content for cobweb (thx SwissAlpS)

This commit is contained in:
tenplus1 2024-02-27 08:01:22 +00:00
parent 8c410bd87e
commit 83a9a1dc27
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ minetest.register_node(":mobs:cobweb", {
liquid_range = 0,
walkable = false,
groups = {snappy = 1, disable_jump = 1},
is_ground_content = false,
drop = "farming:string",
sounds = default and default.node_sound_leaves_defaults()
})