1
0
mirror of git://repo.or.cz/minetest_hbhunger.git synced 2025-07-12 02:50:18 +02:00

5 Commits

4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Hunger with HUD bar [`hbhunger`] # Hunger with HUD bar [`hbhunger`]
* Version: 1.1.1 * Version: 1.1.0
## Using the mod ## Using the mod

View File

@ -186,3 +186,5 @@ minetest.register_chatcommand("satiation", {
}) })
end end
minetest.log("action", "[hbhunger] loaded.")

View File

@ -217,7 +217,7 @@ if minetest.get_modpath("ethereal") then
hbhunger.register_food("ethereal:wild_onion_plant", 2) hbhunger.register_food("ethereal:wild_onion_plant", 2)
hbhunger.register_food("ethereal:mushroom_soup", 4, "ethereal:bowl") hbhunger.register_food("ethereal:mushroom_soup", 4, "ethereal:bowl")
hbhunger.register_food("ethereal:mushroom_soup_cooked", 6, "ethereal:bowl") hbhunger.register_food("ethereal:mushroom_soup_cooked", 6, "ethereal:bowl")
hbhunger.register_food("ethereal:hearty_stew", 6, "ethereal:bowl") hbhunger.register_food("ethereal:hearty_stew", 6, "ethereal:bowl", 3)
hbhunger.register_food("ethereal:hearty_stew_cooked", 10, "ethereal:bowl") hbhunger.register_food("ethereal:hearty_stew_cooked", 10, "ethereal:bowl")
if minetest.get_modpath("bucket") then if minetest.get_modpath("bucket") then
hbhunger.register_food("ethereal:bucket_cactus", 2, "bucket:bucket_empty") hbhunger.register_food("ethereal:bucket_cactus", 2, "bucket:bucket_empty")

Binary file not shown.