1
0
mirror of https://github.com/blert2112/mobs_water.git synced 2025-06-28 13:26:03 +02:00

rotation fix

This commit is contained in:
blert2112
2015-07-26 10:43:55 -04:00
parent 1b42167ab4
commit aa17c0dd1f
3 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@ if mobs.mod and mobs.mod == "redo" then
fly = true,
fly_in = "default:water_source",
fall_speed = 0,
rotate = 4.5,
rotate = 270,
view_range = 8,
water_damage = 0,
lava_damage = 5,
@ -69,7 +69,7 @@ if mobs.mod and mobs.mod == "redo" then
fly = true,
fly_in = "default:water_source",
fall_speed = 0,
rotate = 4.5,
rotate = 270,
view_range = 8,
water_damage = 0,
lava_damage = 5,