Fix flying glow squid (extra_mobs)

This commit is contained in:
NO11 2021-05-16 16:33:26 +00:00
parent 19586ccfac
commit f83d1c9fb1
1 changed files with 3 additions and 2 deletions

View File

@ -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,