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:
parent
8c410bd87e
commit
83a9a1dc27
@ -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()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user