From 83a9a1dc27f8017e685bed6da009bf3e183a6bec Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 27 Feb 2024 08:01:22 +0000 Subject: [PATCH] set is_ground_content for cobweb (thx SwissAlpS) --- spider.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/spider.lua b/spider.lua index db23d47..14f7e54 100644 --- a/spider.lua +++ b/spider.lua @@ -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() })