forked from Mineclonia/Mineclonia
Fix boat model rotation
This commit is contained in:
parent
6a5b2e6d1b
commit
82fca7edf6
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue