minetest_hbhunger/README.txt

74 lines
1.9 KiB
Plaintext
Raw Normal View History

2015-02-23 23:42:16 +01:00
Minetest mod: Hunger
====================
Version: 0.1.0
2013-06-28 22:58:06 +02:00
License of source code: WTFPL
-----------------------------
2015-02-23 23:42:16 +01:00
by Wuzzy (2015)
2013-06-28 22:58:06 +02:00
2015-02-23 23:42:16 +01:00
Forked from the “Better HUD (and hunger)” mod by BlockMen (2013-2014).
2013-06-28 22:58:06 +02:00
Using the mod:
--------------
2015-02-23 23:42:16 +01:00
This mod adds a mechanic for hunger.
This mod depends on the HUD bars mod [hudbars], major version 1.
2014-10-03 08:59:25 +02:00
2015-02-23 23:42:16 +01:00
You can create a "hunger.conf" file to customize the properties of hunger for your needs.
2014-10-03 08:59:25 +02:00
2015-02-23 23:42:16 +01:00
About hunger
============
2014-10-03 08:59:25 +02:00
This mod adds a hunger mechanic to the game. Player actions like digging, placing and walking causes exhausion,
that lowers players saturation. Also every 800 seconds you lose 1 saturation point without doing anything.
2015-02-23 23:42:16 +01:00
If you are hungry (0 saturation) you will suffer damage and die in case you don't eat something.
2013-09-09 03:16:18 +02:00
2013-06-28 23:03:54 +02:00
2013-07-01 09:42:47 +02:00
Currently supported food:
2014-10-03 08:59:25 +02:00
-------------------------
2013-07-01 09:42:47 +02:00
- Apples (default)
2013-07-02 17:13:21 +02:00
- Animalmaterials (mobf modpack)
- Bread (default)
2013-07-20 14:02:30 +02:00
- Bushes
- bushes_classic
2014-08-05 05:27:30 +02:00
- Creatures
- Dwarves (beer and such)
2013-08-29 21:52:19 +02:00
- Docfarming
- Fishing
2013-08-29 21:52:19 +02:00
- Farming plus
2014-10-03 08:59:25 +02:00
- Farming (default and Tenplus1's fork)
- Food
- fruit
- Glooptest
2014-10-03 08:59:25 +02:00
- JKMod
- kpgmobs
- Mobfcooking
- Mooretrees
2013-08-29 21:52:19 +02:00
- Mtfoods
2014-04-06 19:03:01 +02:00
- mushroom
- mush45
2014-04-06 01:39:56 +02:00
- Seaplants (sea)
- Simple mobs
2013-07-01 09:42:47 +02:00
2015-02-23 23:42:16 +01:00
Examples:
Eating an apple increases your saturation by 2,
eating a bread (from the farming mod) increases your saturation by 4.
2014-10-03 08:59:25 +02:00
Although it show 20 hunger points (10 breads) in hunger bar,
you can fill it up to 30 points.(5 breads not shown then)
License of textures:
--------------------
2015-02-23 23:42:16 +01:00
hunger_icon.png - PilzAdam (WTFPL), modified by BlockMen
hunger_bar.png - Wuzzy (WTFPL)
2014-10-03 08:59:25 +02:00
everything else is WTFPL:
(c) Copyright BlockMen (2013-2014)
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.