1
0
mirror of git://repo.or.cz/minetest_hbhunger.git synced 2025-06-29 21:31:01 +02:00

Add support for creatures

This commit is contained in:
BlockMen
2014-08-05 04:49:05 +02:00
parent 0f83ef9543
commit bce8036dd4
2 changed files with 17 additions and 10 deletions

View File

@ -215,3 +215,9 @@ if minetest.get_modpath("mobfcooking") ~= nil then
overwrite("mobfcooking:cooked_venison", 6)
overwrite("mobfcooking:cooked_fish", 6)
end
if minetest.get_modpath("creatures") ~= nil then
overwrite("creatures:meat", 6)
overwrite("creatures:flesh", 3)
overwrite("creatures:rotten_flesh", 3, "", 3)
end