A fun alternative mode of transport for Luanti (formerly Minetest). Forked from stujones11's original hovercraft.
Differences from original:
- name changed to
hovercraft_ad - updated for Minetest 5.0
- supports localization
- mods used for craft recipes are optional
- craft recipe optionally includes basic_materials:motor
- hovercrafts are ownable
- includes extended colors by michyo
- disabled with
hovercraft.extended_colors = false
- disabled with
| Input | Action |
|---|---|
| Forward (W) | Thrust |
| Jump (Space) | Jump |
| Mouse Move | Rotate |
| Sneak (Shift) | Sit (only visible in multiplayer) |
mount_ownable
- Hovercrafts can only be used by owners (owner is determined by player who adds hovercraft to world).
- type: bool
- defaut: true
hovercraft.extended_colors
- Enable extended hovercraft colors.
- type: bool
- default: true
'Bouncing' into thin air: This can simply be the result of server lag, even in singleplayer mode, the client and server can get out of sync. Solution, be patient, allow the environment to fully load before preceding.
Problems with bouncing in air and generally getting stuck, being pulled underwater and all manner of other weirdness can also be caused by a rather nasty entity duplication bug in Luanti itself. The only solution here is to track down and remove any duplicate entities or by running /clearobjects
Entity Duplication: See above. This usually occurs when you move a given distance from where the entity was originally placed. The only solution right now is to restrict the hovercraft to a certain area. For example, create a sunken race track the hovercraft cannot physically escape from.
- Code: LGPL 3.0 or later (see: LICENSE.txt)
- Textures:
- Original colors by Stuart Jones (CC BY-SA 3.0):
- [Red, Blue, Green, Yellow]
- Extended colors by Michiyo Tagami (based on Stuart Jones's originals) (CC BY-SA 3.0):
- [White, Grey, Dark Grey, Black, Cyan, Dark Green, Orange, Brown, Pink, Magenta, Violet]
- Original colors by Stuart Jones (CC BY-SA 3.0):
Optional:
