![Heat And Climate Lib](https://media.forgecdn.net/avatars/thumbnails/157/666/256/256/636647316413926545.png)
Spice of life imcompatibility
Narwhal8 opened this issue ยท 4 comments
Heatandclimatelib is not being affected by it and is not getting diminishing returns
Spice of life uses AppleCore. Integration steps are located at: https://github.com/squeek502/AppleCore/wiki/Integrating-food-items-with-AppleCore
I think to make compatible, DCFoodItem needs to use player.getFoodStats().addStats(this,stack); instead of player.getFoodStats().addStats(getFoodAmo(meta), getSaturation(meta)); as this passes the stack. Not sure how to add compatibility of food metadata
Thank you for the information! Next time I will try to refine DCFoodItem.class.
It fixed in d65f445.