From bce8036dd42acd944f66ce8e54685be6e9b342a3 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Tue, 5 Aug 2014 04:49:05 +0200 Subject: Add support for creatures --- hunger.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hunger.lua') diff --git a/hunger.lua b/hunger.lua index 238ba90..329769f 100644 --- a/hunger.lua +++ b/hunger.lua @@ -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 -- cgit v1.2.3