MineClone2/mods/PLAYER/mcl_hunger
Riceball LEE 52609a5e09
Merge branch 'locale/zh' of github.com:snowyu/MineClone2 into locale/zh
2022-07-04 16:58:34 +08:00
..
locale Merge branch 'locale/zh' of github.com:snowyu/MineClone2 into locale/zh 2022-07-04 16:58:34 +08:00
sounds Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
textures Mirrored foodbar icons to fit the right-to-left change 2021-04-23 09:52:09 +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 Fix healing speed, and saturation usage again; to be more accurate. 2022-06-25 01:41:10 -05:00
changelog.txt Rename hbhunger to mcl_hunger 2017-02-16 14:19:34 +01:00
hunger.lua Make eating particles much more MC like! 2021-08-02 12:24:34 +00:00
init.lua Fix healing speed, and saturation usage again; to be more accurate. 2022-06-25 01:41:10 -05:00
mod.conf Integrate death messages 2021-04-25 16:42:38 +02:00
register_foods.lua Clean up poisonous foods 2020-08-13 19:20:52 +02: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