forked from mtcontrib/mobs_monster
cobwebs drop string, not cotton
This commit is contained in:
parent
45c1743ed6
commit
a8df74e063
|
@ -149,7 +149,7 @@ minetest.register_node(":mobs:cobweb", {
|
|||
liquid_range = 0,
|
||||
walkable = false,
|
||||
groups = {snappy = 1, disable_jump = 1},
|
||||
drop = "farming:cotton",
|
||||
drop = "farming:string",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user