README.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. This mod adds craftable and ridable hot air balloons to minetest.
  2. Controls:
  3. right click with coal lump: increase heat and buoyancy (*)
  4. right click without coal: enter or leave balloon
  5. left, right, up, down (default WASD): accelerate the balloon
  6. sneak (default shift): decrease heat, lowering buoyancy
  7. jump (default space): turn the balloon towards where the player is looking
  8. dependencies: default, bucket
  9. Crafting recipe:
  10. [P] := paper
  11. [W] := wood
  12. [L] := lava bucket
  13. [ ] := nothing
  14. [P][P][P]
  15. [P][L][P]
  16. [ ][W][ ]
  17. (*)any item with the "coal" group works for fuel. Higher coal group means higher heat
  18. Note that coal blocks and ore from the default mod don't have the coal group
  19. See license.txt for proper license information.
  20. Author of code
  21. ----------------------------------------
  22. NetherEran (LGPL v2.1)
  23. Authors of media (models, textures)
  24. ----------------------------------------
  25. Textures
  26. --------
  27. NetherEran (CC BY-SA 3.0):
  28. hot_air_balloons_balloon.png
  29. hot_air_balloons_balloon_flame.png
  30. hot_air_balloons_balloon_model.png --Contains default_wood.png (by BlockMen) and default_aspen_wood.png (by sofar) (derived from default_pine_wood by paramat)
  31. Models
  32. --------
  33. NetherEran (CC BY-SA 3.0):
  34. ballon.blend (= hot_air_balloons_balloon.obj)