mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-03-14 08:40:27 +01:00
cobweb isn't ground content
This commit is contained in:
parent
8c410bd87e
commit
193e8fbc31
@ -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…
x
Reference in New Issue
Block a user