mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 16:20:38 +01:00
Boats' code merged
This commit is contained in:
parent
35d3aeba1f
commit
1456906a5b
@ -33,7 +33,7 @@ boats.register_boat = function(parameters)
|
|||||||
physical = true,
|
physical = true,
|
||||||
collisionbox = {-0.6, -0.4, -0.6, 0.6, 0.3, 0.6},
|
collisionbox = {-0.6, -0.4, -0.6, 0.6, 0.3, 0.6},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "boat.x",
|
mesh = "boat.obj",
|
||||||
textures = {parameters.texture or "default_wood.png"},
|
textures = {parameters.texture or "default_wood.png"},
|
||||||
driver = nil,
|
driver = nil,
|
||||||
v = 0,
|
v = 0,
|
||||||
@ -297,3 +297,4 @@ minetest.register_craft({
|
|||||||
{"group:wood", "group:wood", "group:wood"},
|
{"group:wood", "group:wood", "group:wood"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user