fix driver eye level

This commit is contained in:
tenplus1 2022-09-29 14:47:53 +01:00
parent 55f921d7c9
commit 2e4cc8a90b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ mobs:register_mob("mob_horse:horse", {
self.accel = 6
self.terrain_type = 3
self.driver_attach_at = {x = 0, y = y_off, z = -2}
self.driver_eye_offset = {x = 0, y = 3, z = 0}
self.driver_eye_offset = {x = 0, y = y_off + 3, z = 0}
self.driver_scale = {x = 0.8, y = 0.8} -- shrink driver to fit model
end