forked from VoxeLibre/VoxeLibre
Fix boat model rotation
This commit is contained in:
parent
6a5b2e6d1b
commit
82fca7edf6
|
@ -3,7 +3,7 @@ This mod adds drivable boats.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
## Mesh
|
## 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
|
Source: https://github.com/22i/minecraft-voxel-blender-models
|
||||||
|
|
||||||
License of boat model:
|
License of boat model:
|
||||||
|
|
|
@ -45,7 +45,6 @@ local boat = {
|
||||||
mesh = "mcl_boats_boat.b3d",
|
mesh = "mcl_boats_boat.b3d",
|
||||||
textures = {"mcl_boats_texture_oak_boat.png"},
|
textures = {"mcl_boats_texture_oak_boat.png"},
|
||||||
visual_size = boat_visual_size,
|
visual_size = boat_visual_size,
|
||||||
rotate = -180,
|
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 25, speed_run = 50,
|
speed_normal = 25, speed_run = 50,
|
||||||
stand_start = 0, stand_end = 0,
|
stand_start = 0, stand_end = 0,
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue