mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-03-20 19:50:19 +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,
|
liquid_range = 0,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {snappy = 1, disable_jump = 1},
|
groups = {snappy = 1, disable_jump = 1},
|
||||||
|
is_ground_content = false,
|
||||||
drop = "farming:string",
|
drop = "farming:string",
|
||||||
sounds = default and default.node_sound_leaves_defaults()
|
sounds = default and default.node_sound_leaves_defaults()
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user