Stormwind99 / FoodFunk

Minecraft mod: What is that funky smell in my backpack? Food spoils over time unless preserved. Configure any item to rot, any container to preserve items.
https://minecraft.curseforge.com/projects/food-funk
GNU Lesser General Public License v3.0
10 stars 8 forks source link

Incompatibility with Tough as Nails drink config #85

Open Pseudonomenclature opened 3 years ago

Pseudonomenclature commented 3 years ago

Describe the bug Items which are set to spoil with Food Funk do not have their TaN-configured thirst values applied. For example, if apples are set to replenish 1 thirst in the TaN config, this will not apply if apples are also affected by Food Funk's spoilage mechanics. If an item is not set to spoil by Food Funk but is given a custom thirst value, the thirst value will still work.

To Reproduce

  1. Install Food Funk and Tough as Nails.
  2. Configure a food or drink item to have a thirst replenishing value using the TaN config, or alternatively look at Milk, which has its thirst value applied using the config by default.
  3. Go into a Minecraft world and see that the food item, or milk, which has a spoilage value applied by Food Funk, does not replenish thirst even though it is configured to do so.

Expected behavior The item can both spoil and replenish thirst via TaN configuration.