README.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. optional dependencies:
  9. default, bucket (enable crafting recipe 1 if installed together)
  10. mcl_core, mcl_mobitems, mcl_buckets (enable crafting recipe 2 if installed together)
  11. Crafting recipe 1 (Minetest Game and most derivatives):
  12. [P] := paper
  13. [W] := wood
  14. [L] := lava bucket
  15. [ ] := nothing
  16. [P][P][P]
  17. [P][L][P]
  18. [ ][W][ ]
  19. Crafting recipe 2 (MineClone 2):
  20. [L] := leather
  21. [W] := wood
  22. [V] := lava bucket
  23. [S] := string
  24. [L][L][L]
  25. [L][V][L]
  26. [S][W][S]
  27. (*)any item with the "coal" group works for fuel. Higher coal group means higher heat
  28. Note that coal blocks and ore from the default mod don't have the coal group
  29. See license.txt for proper license information.
  30. Author of code
  31. ----------------------------------------
  32. NetherEran (LGPL v2.1)
  33. Authors of media (models, textures)
  34. ----------------------------------------
  35. Textures
  36. --------
  37. NetherEran (CC BY-SA 3.0):
  38. hot_air_balloons_balloon.png
  39. hot_air_balloons_balloon_flame.png
  40. 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)
  41. Models
  42. --------
  43. NetherEran (CC BY-SA 3.0):
  44. ballon.blend (= hot_air_balloons_balloon.obj)