Rename boat model file

This commit is contained in:
Wuzzy 2017-06-13 01:39:21 +02:00
parent 86b99882d2
commit 9adf034e1c
2 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ local boat = {
-- lowering it causes the boat to fall through the world if underwater
collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.3, 0.5},
visual = "mesh",
mesh = "boat.b3d",
mesh = "mcl_boats_boat.b3d",
textures = {"mcl_boats_texture_oak_boat.png"},
visual_size = {x=3, y=3},
rotate = -180,