forked from VoxeLibre/VoxeLibre
Fix glow squid rotation / swimming direction
This commit is contained in:
parent
a599f66360
commit
1daed62d12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue