Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
mlimg and his mod Valheim No Food Timer Text (H n H) for giving me permission to use his code to remove the fork icon from food.
Donation Points system
This mod is opted-in to receive Donation Points
Changelogs
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.
Added missing Wolf Meat Skewer.
Added slightly more health on H&H food.
Version 1.0.0
released mod
Mod to revert the Hearth and Home Changes to food, also balances the new H&H food to have similar stats.
Information:
Food Stats Have Been Reverted to Pre-Hearth & Home Update.
All patched Hearth & Home foods values have been reverted back to their original stats.
Hearth & Home Foods Rebalanced.
With reverting the change to food stats, all the new food H&H added were completely useless, they would never be used, so I've rebalanced them to have similar stats so you can use a mix of both.
Turn off the new H&H Fork food icon.
If you don't like the new H&H update where they add fork icons to food, you can now turn them off in the config!
Customize Your Own Stats!
If you don't like the mods default values, customize your own stats! this mod has a config for every piece of food in the game, customize through the .json in your bepinex/configs folder.
Customizing.
You can use configuration manager mod to toggle the fork icon on food. Save button which you can toggle that applies changes in the .Json while in-game.
Json configuration available in a new json file called "Huntard.OldFoodStats.json" in your "BepInEx/config" folder.
Example Config for SerpentStew. { "FoodPrefabName" : "SerpentStew", "Health": 80, "Stamina" : 80, "Duration" : 2400, "HealthRegen" : 4 }
Json configuration available in a new json file called "Huntard.OldFoodStatsCustom.json" in your "BepInEx/config" folder, which can be used to customize other mods foods values
Example Config for rk_bacon. { "FoodPrefabName" : "rk_bacon", "Health": 50, "Stamina" : 50, "Duration" : 2400, "HealthRegen" : 4 }