From f83d1c9fb1acc9d658559ef1bbffa4b9c5db5c3d Mon Sep 17 00:00:00 2001 From: NO11 Date: Sun, 16 May 2021 16:33:26 +0000 Subject: [PATCH] Fix flying glow squid (extra_mobs) --- mods/ENTITIES/extra_mobs/glow_squid.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/ENTITIES/extra_mobs/glow_squid.lua b/mods/ENTITIES/extra_mobs/glow_squid.lua index 6f9fc38c9..2169e1ddb 100644 --- a/mods/ENTITIES/extra_mobs/glow_squid.lua +++ b/mods/ENTITIES/extra_mobs/glow_squid.lua @@ -15,6 +15,8 @@ mobs:register_mob("extra_mobs:glow_squid",{ xp_min = 1, xp_max = 3, armor = 100, + rotate = 270, + tilt_swim = true, -- FIXME: If the qlow squid is near the floor, it turns black collisionbox = {-0.4, 0.0, -0.4, 0.4, 0.9, 0.4}, visual = "mesh", @@ -45,8 +47,7 @@ mobs:register_mob("extra_mobs:glow_squid",{ }, visual_size = {x=3, y=3}, makes_footstep_sound = false, - fly = true, - fly_in = { mobs_mc.items.water_source, mobs_mc.items.river_water_source }, + swim = true, breathes_in_water = true, jump = false, view_range = 16,