From 65f7ca383e2456aa22a816a93a7527635d229fa1 Mon Sep 17 00:00:00 2001 From: NO11 Date: Sun, 16 May 2021 16:33:34 +0000 Subject: [PATCH] Fix flying cod (extra_mobs) --- mods/ENTITIES/extra_mobs/cod.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/ENTITIES/extra_mobs/cod.lua b/mods/ENTITIES/extra_mobs/cod.lua index 69a9d1e77..fd0a40621 100644 --- a/mods/ENTITIES/extra_mobs/cod.lua +++ b/mods/ENTITIES/extra_mobs/cod.lua @@ -39,6 +39,8 @@ local cod = { xp_min = 1, xp_max = 3, armor = 100, + rotate = 270, + tilt_swim = true, collisionbox = {-0.3, 0.0, -0.3, 0.3, 0.79, 0.3}, visual = "mesh", mesh = "extra_mobs_cod.b3d", @@ -67,8 +69,7 @@ local cod = { }, 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,