This page was last updated on 04 February 2024, 4:55AM
Changelogs
Version 3.0.0
Introduced the new "Eitr" stat for food stat customization.
Added all previously unaccounted-for food items to the main configuration file "Huntard.OldFoodStats.json". These items retain their vanilla stats and have not been rebalanced.
Implemented a future-proof and error-resistant section of code to scan the game for all consumables, including those added by other mods. This ensures that new food additions in future updates will always be included in the configuration.
Automatically removes food items that are no longer in use, whether due to removal from the game or from a mod that was uninstalled, from the main JSON file "Huntard.OldFoodStats.json". To retain food items in the configuration without the risk of removal, use the "Huntard.OldFoodStatsCustom.json" file, as food items in this JSON will never be removed.
Configuration settings in the "Huntard.OldFoodStatsCustom.json" file will override any settings from the main JSON file "Huntard.OldFoodStats.json".
Significantly improved code quality and performance.
Version 2.0.4
Added another configuration to generate called Huntard.OldFoodStatsCustom.json, which generates empty and is intended to be used to customize any food not covered in the main configuration, E.g other mods food.
Version 2.0.3
Made the configs apply on game start and world load in.
Version 2.0.2
Added back the save button on the in-game F1 configuration manager to allow changes in-game.
Changed where the config values apply themselves in the code.
Version 2.0.1
Updated Dependency's.
Version 2.0.0
Fixed an issue where Implementing Jotunn configs caused an FPS loss of around 10-20 and would only progressively get worse overtime, by changing the way configs are implemented.
Complete overhaul on how this mod generates configs, changed to Json configuration.
If you've previously customised the configuration for this mod, you'll have to re-apply your settings as this new method will generate a new json file called "Huntard.OldFoodStats.json" in your "BepInEx/config" folder.
The remove fork option is still available with the old config. may get removed in the future if it causes FPS issues.
Added blue mushrooms.
Version 1.0.5
Added a toggle option in the config to turn off the fork icon on food.
Version 1.0.4
Fixed code, removed error.
Version 1.0.3
Added Wolf/Boar Jerky.
Version 1.0.1
Added a config to the mod for users to change the food stats to whatever they want, by default they're the old stats.