From 1daed62d12335d18be292bd8d0c8642514d6163a Mon Sep 17 00:00:00 2001 From: cora Date: Sun, 9 Oct 2022 17:59:31 +0200 Subject: [PATCH] Fix glow squid rotation / swimming direction --- mods/ENTITIES/mobs_mc/glow_squid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ENTITIES/mobs_mc/glow_squid.lua b/mods/ENTITIES/mobs_mc/glow_squid.lua index 22faaec16..6aac27a75 100644 --- a/mods/ENTITIES/mobs_mc/glow_squid.lua +++ b/mods/ENTITIES/mobs_mc/glow_squid.lua @@ -15,7 +15,7 @@ mcl_mobs:register_mob("mobs_mc:glow_squid", { xp_min = 1, xp_max = 3, armor = 100, - rotate = 270, + rotate = 0, -- tilt_swim breaks the animations. --tilt_swim = true, -- FIXME: If the qlow squid is near the floor, it turns black