Fix player attachment offsets

This commit is contained in:
Wuzzy 2019-03-06 05:11:49 +01:00
parent 4f8377b161
commit a9776814a6
5 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ mobs:register_mob("mobs_mc:pig", {
self.max_speed_reverse = 2
self.accel = 4
self.terrain_type = 3
self.driver_attach_at = {x = 0.0, y = 6.75, z = -1.5}
self.driver_attach_at = {x = 0.0, y = 2.75, z = -1.5}
self.driver_eye_offset = {x = 0, y = 3, z = 0}
self.driver_scale = {x = 1/self.visual_size.x, y = 1/self.visual_size.y}
end