Go to file
Beanzilla 6befc1f582
Merge pull request #1 from minetest-mods/master
Updating my version
2021-03-12 17:20:32 -05:00
locale fix a deprecated function, update translation template, add option to disable new tank types if a server wants the old version's limitations 2021-03-11 22:33:57 -07:00
sounds add breathing tube 2017-03-27 14:51:45 -06:00
textures Added Textures for 2 and 3 tanks 2021-03-04 15:39:20 -05:00
.gitignore Ignore Eclipse project files & directories 2017-05-13 01:43:00 -07:00
LICENSE.txt switch to MIT license per request 2017-04-01 08:43:51 -06:00
README.md switch readme to markdown 2018-05-26 23:40:07 -06:00
depends.txt switch to internal translator 2020-02-16 21:59:09 -07:00
description.txt add description.txt 2018-05-24 19:35:44 -06:00
i18n.py translation notes 2020-02-20 22:54:39 -07:00
init.lua bugfix - double and triple tanks were returning empty singles when used up 2021-03-11 22:46:11 -07:00
mod.conf switch to internal translator 2020-02-16 21:59:09 -07:00
screenshot.png add screenshot 2017-03-26 11:02:15 -06:00
settingtypes.txt fix a deprecated function, update translation template, add option to disable new tank types if a server wants the old version's limitations 2021-03-11 22:33:57 -07:00

README.md

A simple mod for extending one's underwater excursion time.

Air tanks are crafted from copper, steel, or bronze ingots and are wielded like tools. A compressor is crafted from steel, mese shard, and wood.

Place a compressor in world and click on it with an empty air tank to fill it. Compressors can also recharge partly-used tanks.

When running low on breath use a filled air tank to recharge your breath bar. One use will replenish 5 steps of breath (out of 10). By default a steel air tank will hold 30 uses, a bronze one holds 20, and a copper one holds 10 - these settings can be changed in the mod's section under Advanced Settings. Once a tank runs out of uses it turns into an empty tank, which can be recharged again with a compressor.

To automatically draw air from air tanks, craft a breathing tube and put it in your quick-use inventory row. When your breath bar drops below 5 steps it will automatically attempt to use an air tank from your quick-use inventory row to replenish it.