mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-23 01:10:26 +01:00
Removed liquid group from cobweb
This commit is contained in:
parent
f5b00699b1
commit
97f6b10768
@ -78,7 +78,7 @@ minetest.register_node(":mobs:cobweb", {
|
||||
liquid_renewable = false,
|
||||
liquid_range = 0,
|
||||
walkable = false,
|
||||
groups = {snappy = 1, liquid = 3},
|
||||
groups = {snappy = 1},
|
||||
drop = "farming:cotton",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user