1
0
mirror of https://github.com/blert2112/mobs_water.git synced 2025-07-16 05:10:21 +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

@ -56,7 +56,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 = 10,
water_damage = 0,
lava_damage = 10,
@ -104,7 +104,7 @@ if mobs.mod and mobs.mod == "redo" then
fly = true,
fly_in = "default:water_source",
fall_speed = -1,
rotate = 4.5,
rotate = 270,
view_range = 10,
water_damage = 0,
lava_damage = 10,
@ -136,7 +136,7 @@ if mobs.mod and mobs.mod == "redo" then
fly = true,
fly_in = "default:water_source",
fall_speed = -1,
rotate = 4.5,
rotate = 270,
view_range = 10,
water_damage = 0,
lava_damage = 10,