Go to file
NetherEran 39a3572ad1 fixed warning because automatic_rotate was set to a boolean 2020-11-17 15:04:39 +01:00
locale Added translations for de, es, ro; Added a proto api thingy 2019-04-05 12:00:41 +02:00
models texture and uv fixes..... 2019-03-27 10:13:49 +01:00
textures texture and uv fixes..... 2019-03-27 10:13:49 +01:00
README.txt made any fuel work for balloons 2020-11-17 14:49:53 +01:00
absent_ballooner_rescuing.lua added a fix for compatibility with v1.1 2019-04-05 15:17:23 +02:00
api.txt finished api 2019-04-05 12:58:36 +02:00
craft.lua removed fuel value of hot air balloons 2020-11-17 15:03:02 +01:00
depends.txt made dependencies optional, made crafting recipies depend on dependencies and added support for mcl2 2019-05-09 21:26:31 +02:00
init.lua fixed warning because automatic_rotate was set to a boolean 2020-11-17 15:04:39 +01:00
license.txt Fixed license 2019-03-24 11:37:55 +01:00
mod.conf made dependencies optional, made crafting recipies depend on dependencies and added support for mcl2 2019-05-09 21:26:31 +02:00
movement.lua small optimizations and fixes, added explanation about fuel to readme.txt 2019-03-30 12:41:22 +01:00
screenshot.png added screenshot 2019-03-27 11:04:03 +01:00

README.txt

This mod adds craftable and ridable hot air balloons to minetest.
Controls:
	right click with fuel item: increase heat and buoyancy (*)
	right click without coal: enter or leave balloon
	left, right, up, down (default WASD): accelerate the balloon
	sneak (default shift): decrease heat, lowering buoyancy
	jump (default space): turn the balloon towards where the player is looking



optional dependencies:
	default, bucket (enable crafting recipe 1 if installed together)
	mcl_core, mcl_mobitems, mcl_buckets (enable crafting recipe 2 if installed together)


Crafting recipe 1 (Minetest Game and most derivatives):
[P] := paper
[W] := wood
[L] := lava bucket
[ ] := nothing

[P][P][P]
[P][L][P]
[ ][W][ ]

Crafting recipe 2 (MineClone 2):
[L] := leather
[W] := wood
[V] := lava bucket
[S] := string

[L][L][L]
[L][V][L]
[S][W][S]

See license.txt for proper license information.

Author of code
----------------------------------------
NetherEran (LGPL v2.1)

Authors of media (models, textures)
----------------------------------------
Textures
--------
NetherEran (CC BY-SA 3.0):
	hot_air_balloons_balloon.png
	hot_air_balloons_balloon_flame.png
	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)

Models
--------
NetherEran (CC BY-SA 3.0):
	ballon.blend (= hot_air_balloons_balloon.obj)