mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2024-11-11 19:10:21 +01:00
Add support for mods: fruit and mush45
This commit is contained in:
parent
ff9a290810
commit
4010af5de4
|
@ -11,3 +11,5 @@ farmingplus?
|
||||||
mtfoods?
|
mtfoods?
|
||||||
bushes_classic?
|
bushes_classic?
|
||||||
mushroom?
|
mushroom?
|
||||||
|
fruit?
|
||||||
|
mush45?
|
||||||
|
|
11
hunger.lua
11
hunger.lua
|
@ -187,3 +187,14 @@ if minetest.get_modpath("mtfoods") ~= nil then
|
||||||
overwrite("mtfoods:apple_cider", 2)
|
overwrite("mtfoods:apple_cider", 2)
|
||||||
overwrite("mtfoods:cider_rack", 2)
|
overwrite("mtfoods:cider_rack", 2)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("fruit") ~= nil then
|
||||||
|
overwrite("fruit:apple", 2)
|
||||||
|
overwrite("fruit:pear", 2)
|
||||||
|
overwrite("fruit:bananna", 3)
|
||||||
|
overwrite("fruit:orange", 2)
|
||||||
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("mush45") ~= nil then
|
||||||
|
overwrite("mush45:meal", 4)
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user