From 8edcad52013afaa63f553f44459e27782387b36a Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 12 Feb 2017 11:47:38 +0000 Subject: [PATCH] Amend visual_scale for plantlike nodes --- spider.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spider.lua b/spider.lua index 74bbe13..f097ffd 100644 --- a/spider.lua +++ b/spider.lua @@ -77,7 +77,7 @@ end minetest.register_node(":mobs:cobweb", { description = S("Cobweb"), drawtype = "plantlike", - visual_scale = 1.1, + visual_scale = 1.2, tiles = {"mobs_cobweb.png"}, inventory_image = "mobs_cobweb.png", paramtype = "light",