Hunger Overhaul

Hunger Overhaul

9M Downloads

Some food not respecting the settings

JasonMcRay opened this issue ยท 5 comments

commented

As title is saying, some food is not respecting the HO settings. We are talking about food from IC2 (for ex. food cans), GT (ex. potato on stick), GC (ex. dehydrated food).

Is this an HO problem, or should i go to IC2/GT/GC mod devs with this issue?

commented

This has been fixed in the latest GregTech versions.

commented

After checking in with Greg, it's probably an issue on HO side: http://forum.industrial-craft.net/index.php?page=Thread&postID=171959#post171959

commented
commented

He said that his food is calling the same functions as vanilla food, so it should not be the reason for this problem, right?

commented

He's probably calling obsolete/outdated vanilla methods.

In 1.7, FoodStats.addStats changed to FoodStats.func_151686_a, and ItemFood.getFoodLevel/ItemFood.getSaturationModifier changed to ItemFood.func_150905_g/ItemFood.func_150906_h.