Fix boat model rotation

This commit is contained in:
Wuzzy 2017-06-27 21:35:24 +02:00
parent 6a5b2e6d1b
commit 82fca7edf6
3 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This mod adds drivable boats.
# Credits
## Mesh
Boat mesh (`models/boat.b3d`) created by 22i.
Boat mesh (`models/mcl_boats_boat.b3d`) created by 22i.
Source: https://github.com/22i/minecraft-voxel-blender-models
License of boat model:

View File

@ -45,8 +45,7 @@ local boat = {
mesh = "mcl_boats_boat.b3d",
textures = {"mcl_boats_texture_oak_boat.png"},
visual_size = boat_visual_size,
rotate = -180,
animation = {
animation = {
speed_normal = 25, speed_run = 50,
stand_start = 0, stand_end = 0,
walk_start = 0, walk_end = 40,