Name: hbhunger Source: Fork of upstream mod - Do not replace License: See "LICENSE" ---------------------------------------------------------------------- 1. This is a fork of an upstream mod. The starting point was obtained initially as follows: rm -fr hudbars hudtemp hbhunger git clone https://git.tchncs.de/Illuna-Minetest/hudbars.git mv hudbars hudtemp mv hudtemp/hbhunger . mv hudtemp/hudbars . rm -fr hudtemp This procedure created, actually, two starting-point mods: "hudbars" and "hbhunger". ---------------------------------------------------------------------- 2. Partial list of changes: 2a. The upstream "hudbar" modpack was missing license information. So, a LICENSE file was created for "hbhunger" based on documentation pro- vided in the original mod that it was forked, directly or indirectly, from. 2b. Applied the following patch file, which is included with this file (oldcoder.txt): bucket-hbhunger.patch The patch implemented the following setting: hunger_tick = 180 The number provided specifies the number of seconds per hunger tick. The default is 180. The minimum supported setting is 30. Lower values are clipped high to 30. Additionally, the patch added support for "coderfruit". 2c. This version runs if and only if damage is enabled and the follow- ing conf-file setting isn't used: disable_hunger = true 2d. Added support for "army" and "extra" mods. 2e. Detabbed "*.lua" and ".txt" files. Trimmed white space. Set new- line format to UNIX. 2f. Added the files "00README" and "oldcoder.txt" (this file).