This mod adds new hazards to the survival aspect of the game.
Currently, this adds hunger, thirst, and drowning, and a hazard suit. It's planned to add stamina (tiredness), and temperature in the future.
License:
BSD 2 Clause License. See the file `LICENSE.txt' for more information.
Dependencies:
default
Latest Changes:
Stable Version:
- Added Lua HUD support.
Click here to see the commit log.
The survival_drowning mod is a modified version of the drowning mod by randomproof.
The survival_hunger mod was written from scratch inspired by the existing hunger mod by Casimir.
The survival_hazards mod is a modified version of my old Lava Suit mod, using changes suggested by PilzAdam.
Links:
Download stable version - Works on Minetest 0.4.7 and later.
Old versions:
Download old version - Works on Minetest 0.4.6 and later.
Latest development version:
NOTE: May contain features incompatible with Minetest 0.4.7 stable.
Download
Browse Code
Screenshots:
Bubbles appear while underwater:
The Hazard Suit allows you to dive in lava for a limited amount of time (~12 secs with the default settings):
Installing
Unpack the modpack into one of the directories where Minetest looks for mods.
For more information, see http://wiki.minetest.com/wiki/Installing_mods
See the respective mods' README.txt for information about technical aspects
of the implementation and known bugs.
Configuring
The mod can be configured by means of a `survival_lib.conf' file. This file is read first from the survival_lib mod's directory, and then from the current world directory (so you can have different settings per world).
Options set in `survival_lib/survival_lib.conf' override the defaults, and those set in <worlddir>/survival_lib.conf' override these, so you can specify global defaults in the mod dir, and override those settings in the world dir.
See `survival_lib.conf.example' for an example of what can be configured.