Fix potential crash when few loot items are registered
[oweals/minetest_game.git] / mods / boats / README.txt
1 Minetest Game mod: boats
2 ========================
3 See license.txt for license information.
4
5 Authors of source code
6 ----------------------
7 Originally by PilzAdam (MIT)
8 Various Minetest developers and contributors (MIT)
9
10 Authors of media (textures and model)
11 -------------------------------------
12 Textures: Zeg9 (CC BY-SA 3.0)
13 Model: thetoon and Zeg9 (CC BY-SA 3.0),
14   modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
15   modified by sofar (CC BY-SA 3.0)
16
17 Controls
18 --------
19 Right mouse button = Enter or exit boat when pointing at boat.
20 Forward            = Speed up.
21                      Slow down when moving backwards.
22 Forward + backward = Enable cruise mode: Boat will accelerate to maximum forward
23                      speed and remain at that speed without needing to hold the
24                      forward key.
25 Backward           = Slow down.
26                      Speed up when moving backwards.
27                      Disable cruise mode.
28 Left               = Turn to the left.
29                      Turn to the right when moving backwards.
30 Right              = Turn to the right.
31                      Turn to the left when moving backwards.