1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2024-09-29 00:00:20 +02:00

cobweb isn't ground content

This commit is contained in:
SwissalpS 2024-02-27 00:27:21 +00:00
parent 8c410bd87e
commit 193e8fbc31

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