Mineclonia/mods/PLAYER/mcl_hunger
Elias Åström 5d3514880a Move data from deprecated files to mod.conf
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
2021-05-16 13:44:04 +02:00
..
locale Russian translation 2020-07-20 00:11:13 +00:00
sounds Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
textures Change hunger icons 2017-07-21 23:55:37 +02:00
API.md mcl_hunger: Remove non-food poison mechanic 2020-08-13 18:44:33 +02:00
README.md Use drinking sound for milk and soups 2017-02-16 15:08:26 +01:00
api.lua mcl_hunger: Remove non-food poison mechanic 2020-08-13 18:44:33 +02:00
changelog.txt Rename hbhunger to mcl_hunger 2017-02-16 14:19:34 +01:00
hunger.lua quick fix of https://git.minetest.land/Wuzzy/MineClone2/issues/954 2021-01-05 12:15:43 +01:00
init.lua mcl_hunger: Remove non-food poison mechanic 2020-08-13 18:44:33 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
register_foods.lua Clean up poisonous foods 2020-08-13 19:20:52 +02:00
screenshot.png Rename hbhunger to mcl_hunger 2017-02-16 14:19:34 +01:00

README.md

Hunger for MineClone 2 [mcl_hunger]

  • Forked from hbhunger, version: 0.5.2

Using the mod

This mod adds a mechanic for hunger. This mod depends on the HUD bars mod [hudbars], version 1.4.1 or any later version starting with “1.”.

About hunger

This mod adds a hunger mechanic to the game. Players get a new attribute called “satiation”:

  • A new player starts with 20 satiation points out of 20
  • Actions like digging, placing and walking cause exhaustion, which lower the satiation
  • Every 800 seconds you lose 1 satiation point without doing anything
  • At 1 or 0 satiation you will suffer damage and die in case you don't eat something
  • If your satiation is 16 or higher, you will slowly regenerate health points
  • Eating food will increase your satiation (Duh!)

Statbar mode

If you use the statbar mode of the HUD Bars mod, these things are important to know: As with all mods using HUD Bars, the bread statbar symbols represent the rough percentage out of 30 satiation points, in steps of 5%, so the symbols give you an estimate of your satiation. This is different from the hunger mod by BlockMen.

You gain health at 5.5 symbols or more, as 5.5 symbols correspond to 16 satiation points. You may lose health at exactly 0.5 symbols, as 0.5 symbols correspond to 1-2 satiation points.

Examples

  • Eating an apple (from Minetest Game) increases your satiation by 2;
  • eating a bread (from Minetest Game) increases your satiation by 4.

Licensing

This mod is free software.

Source code

  • License: LGPL v2.1
  • Author: by Wuzzy (2015-2016)
  • Forked from hbhunger for MineClone 2. hbhunger in turn was forked from the “Better HUD (and hunger)” mod by BlockMen (2013-2015), most code comes from this mod.

Textures and sounds

  • hbhunger_icon.png—PilzAdam (WTFPL), modified by BlockMen
  • hbhunger_bgicon.png—PilzAdam (WTFPL), modified by BlockMen
  • hbhunger_bar.png—Wuzzy (WTFPL)
  • hbhunger_icon_health_poison.png—celeron55 (CC BY-SA 3.0), modified by BlockMen, modified again by Wuzzy
  • mcl_hunger_bite.1.ogg, mcl_hungr_bite.2.ogg: WTFPL
  • survival_thirst_drink.ogg: WTFPL
  • Everything else: WTFPL, by BlockMen and Wuzzy