mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix glow squid rotation / swimming direction
This commit is contained in:
parent
a599f66360
commit
1daed62d12
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue