diff --git a/spider.lua b/spider.lua index d378dcf..43c7489 100644 --- a/spider.lua +++ b/spider.lua @@ -150,7 +150,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(), })