1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2024-12-22 08:50:27 +01:00

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

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()
})