From c839aaabd09a70fb78f7995b3ba1314d0333d60f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 23 Feb 2017 19:20:11 +0100 Subject: [PATCH] Tweak spider size --- mods/ENTITIES/mobs_mc/spider.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mods/ENTITIES/mobs_mc/spider.lua b/mods/ENTITIES/mobs_mc/spider.lua index 6c1b4f170..3bd029a5c 100644 --- a/mods/ENTITIES/mobs_mc/spider.lua +++ b/mods/ENTITIES/mobs_mc/spider.lua @@ -16,7 +16,11 @@ mobs:register_mob("mobs_mc:spider", { hp_min = 16, hp_max = 16, armor = 100, - collisionbox = {-0.9, -0.01, -0.7, 0.7, 0.6, 0.7}, + --[[ MC: 1.5×1×1.5, MCL2: 1.5×0.5×1.5 + The MC model is surprisingly high because the MC body is + high above the ground while in MCL2 the body touches the + ground. ]] + collisionbox = {-0.75, -0.01, -0.75, 0.75, 0.49, 0.75}, visual = "mesh", mesh = "mobs_spider.x", textures = {