From 9bbe4a3daba00167ee4e6477903165c4cd68c28f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Feb 2017 05:15:50 +0100 Subject: [PATCH] Make squid collision box a square-shaped --- mods/ENTITIES/mobs_mc/squid.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/ENTITIES/mobs_mc/squid.lua b/mods/ENTITIES/mobs_mc/squid.lua index 52187c7ac..8d46e5b2a 100644 --- a/mods/ENTITIES/mobs_mc/squid.lua +++ b/mods/ENTITIES/mobs_mc/squid.lua @@ -13,7 +13,9 @@ mobs:register_mob("mobs_mc:squid", { hp_min = 10, hp_max = 10, armor = 100, - collisionbox = {-0.4, 1.3, -1.5, 0.6, 2.3, 1.5}, + -- Note: This collision box is pretty generous because they can't be rotated yet, but at least it not confusing for the player. + -- TODO: Make the hitbox smaller when Minetest supports rotation of collision boxes + collisionbox = {-1.5, 1.3, -1.5, 1.5, 2.3, 1.5}, visual = "mesh", mesh = "mobs_squid.b3d", textures = {