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,

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,

View File

@ -37,7 +37,7 @@ if mobs.mod and mobs.mod == "redo" then
textures = l_skins,
makes_footstep_sound = false,
view_range = 8,
rotate = 4.5,
rotate = 270,
walk_velocity = 0.1,
run_velocity = 0.3,
jump = false,
@ -80,7 +80,7 @@ if mobs.mod and mobs.mod == "redo" then
textures = l_skins,
makes_footstep_sound = false,
view_range = 10,
rotate = 4.5,
rotate = 270,
walk_velocity = 1,
run_velocity = 1.5,
stepheight = 1,