mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Fixed subcontracting of food.item_eat by hbhunger.item_eat
- Tomato soup and orange juice aren't buggy anymore and restore hunger - Added farming:orange in hungerlist (I think that's what was implied in "orange and orange based items") - Fix for #153
This commit is contained in:
@ -296,6 +296,7 @@ end
|
||||
if minetest.get_modpath("farming") and farming.mod == "redo" then
|
||||
overwrite("farming:bread", 5)
|
||||
overwrite("farming:potato", 1)
|
||||
overwrite("farming:orange", 4)
|
||||
overwrite("farming:baked_potato", 5)
|
||||
overwrite("farming:cucumber", 3)
|
||||
overwrite("farming:tomato", 3)
|
||||
|
Reference in New Issue
Block a user