mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2024-11-30 19:03:49 +01:00
Add support for mushroom mod food/poison
This commit is contained in:
parent
4eff5b7850
commit
c544da1161
@ -10,3 +10,4 @@ docfarming?
|
|||||||
farmingplus?
|
farmingplus?
|
||||||
mtfoods?
|
mtfoods?
|
||||||
bushes_classic?
|
bushes_classic?
|
||||||
|
mushroom?
|
||||||
|
@ -135,6 +135,11 @@ if minetest.get_modpath("bushes_classic") then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("mushroom") ~= nil then
|
||||||
|
overwrite("mushroom:brown", 1)
|
||||||
|
overwrite("mushroom:red", 1, "", 3)
|
||||||
|
end
|
||||||
|
|
||||||
if minetest.get_modpath("docfarming") ~= nil then
|
if minetest.get_modpath("docfarming") ~= nil then
|
||||||
overwrite("docfarming:carrot", 2)
|
overwrite("docfarming:carrot", 2)
|
||||||
overwrite("docfarming:cucumber", 2)
|
overwrite("docfarming:cucumber", 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user