diff options
author | Wuzzy <almikes@aol.com> | 2016-08-05 14:56:58 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-05 14:56:58 +0200 |
commit | 0d1f2fc7cc93ddd684da18699dba12dc5791e32b (patch) | |
tree | 663b2279d8a496f353e18347d9d1904360971189 /init.lua | |
parent | be3d491cf8e44ac1943747729cdb90311a08ae87 (diff) |
Generic item_eat overwrite, changes license
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ if minetest.setting_getbool("enable_damage") then hbhunger = {} +hbhunger.food = {} -- HUD statbar values hbhunger.hunger = {} |