README.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. This mod adds craftable and ridable hot air balloons to minetest.
  2. Controls:
  3. right click with fuel item: 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. See license.txt for proper license information.
  28. Author of code
  29. ----------------------------------------
  30. NetherEran (LGPL v2.1)
  31. Authors of media (models, textures)
  32. ----------------------------------------
  33. Textures
  34. --------
  35. NetherEran (CC BY-SA 3.0):
  36. hot_air_balloons_balloon.png
  37. hot_air_balloons_balloon_flame.png
  38. 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)
  39. Models
  40. --------
  41. NetherEran (CC BY-SA 3.0):
  42. ballon.blend (= hot_air_balloons_balloon.obj)