mirror of
git://repo.or.cz/minetest_hbhunger.git
synced 2025-07-04 15:40:28 +02:00
Compare commits
8 Commits
1.1.0
...
d90513c22b
Author | SHA1 | Date | |
---|---|---|---|
d90513c22b | |||
a92747cabc | |||
f9f9e577e8 | |||
4c80a84649 | |||
1d78be907b | |||
235a8652eb | |||
9989c26c65 | |||
53df2c500b |
@ -39,7 +39,7 @@ All mods which add food through standard measures (`minetest.item_eat`) are alre
|
||||
supported automatically. Poisoned food needs special support.
|
||||
|
||||
### Known supported food mods
|
||||
* Apple from Minetest Game [`default`]
|
||||
* Apple and Blueberries from Minetest Game [`default`]
|
||||
* Red and brown mushroom from Minetest Game [`flowers`]
|
||||
* Bread from Minetest Game [`farming`]
|
||||
* [`animalmaterials`] (Mob Framework (`mobf` modpack))
|
||||
@ -90,7 +90,7 @@ This mod is free software.
|
||||
|
||||
* `hbhunger_icon.png`—PilzAdam ([MIT License](https://opensource.org/licenses/MIT)), modified by BlockMen
|
||||
* `hbhunger_bgicon.png`—PilzAdam (MIT License), modified by BlockMen
|
||||
* `hbhunger_bar.png—Wuzzy` (MIT License)
|
||||
* `hbhunger_bar.png`—Wuzzy (MIT License)
|
||||
* `hbhunger_icon_health_poison.png`—celeron55 ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)), modified by BlockMen, modified again by Wuzzy
|
||||
* Everything else: MIT License, by BlockMen and Wuzzy
|
||||
|
||||
|
@ -116,7 +116,7 @@ function hbhunger.item_eat(hunger_change, replace_with_item, poisen, heal, sound
|
||||
if inv:room_for_item("main", replace_with_item) then
|
||||
inv:add_item("main", replace_with_item)
|
||||
else
|
||||
minetest.add_item(user:getpos(), replace_with_item)
|
||||
minetest.add_item(user:get_pos(), replace_with_item)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
2
init.lua
2
init.lua
@ -186,3 +186,5 @@ minetest.register_chatcommand("satiation", {
|
||||
})
|
||||
|
||||
end
|
||||
|
||||
minetest.log("action", "[hbhunger] loaded.")
|
||||
|
2
locale/hbhunger.fr.tr
Normal file
2
locale/hbhunger.fr.tr
Normal file
@ -0,0 +1,2 @@
|
||||
# textdomain:hbhunger
|
||||
Satiation=Satiété
|
Binary file not shown.
Reference in New Issue
Block a user