forked from mtcontrib/minetest_hudbars
Add support for creatures
This commit is contained in:
parent
0f83ef9543
commit
bce8036dd4
21
depends.txt
21
depends.txt
|
@ -1,18 +1,19 @@
|
||||||
default
|
default
|
||||||
mobs?
|
|
||||||
moretrees?
|
|
||||||
dwarves?
|
|
||||||
animalmaterials?
|
animalmaterials?
|
||||||
fishing?
|
|
||||||
glooptest?
|
|
||||||
bushes?
|
bushes?
|
||||||
|
bushes_classic?
|
||||||
|
creatures?
|
||||||
docfarming?
|
docfarming?
|
||||||
|
dwarves?
|
||||||
farming?
|
farming?
|
||||||
farming_plus?
|
farming_plus?
|
||||||
mtfoods?
|
fishing?
|
||||||
bushes_classic?
|
|
||||||
mushroom?
|
|
||||||
fruit?
|
fruit?
|
||||||
mush45?
|
glooptest?
|
||||||
seaplants?
|
|
||||||
mobfcooking?
|
mobfcooking?
|
||||||
|
mobs?
|
||||||
|
moretrees?
|
||||||
|
mtfoods?
|
||||||
|
mush45?
|
||||||
|
mushroom?
|
||||||
|
seaplants?
|
||||||
|
|
|
@ -215,3 +215,9 @@ if minetest.get_modpath("mobfcooking") ~= nil then
|
||||||
overwrite("mobfcooking:cooked_venison", 6)
|
overwrite("mobfcooking:cooked_venison", 6)
|
||||||
overwrite("mobfcooking:cooked_fish", 6)
|
overwrite("mobfcooking:cooked_fish", 6)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("creatures") ~= nil then
|
||||||
|
overwrite("creatures:meat", 6)
|
||||||
|
overwrite("creatures:flesh", 3)
|
||||||
|
overwrite("creatures:rotten_flesh", 3, "", 3)
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user