
You are viewing a potentially older version of this package. View Latest Version
RecipeEditor
Modify your inventory recipes requirementsAllows you to modify the ingredient requirements to any of your inventory recipes.
Requirement: BepInEx IL2CPP
Installation:
- Download BepInEx IL2CPP
- Drag contents of BepInExPack from BepInEx.zip file into Sons of the Forest game directory (right click in steam > browse local files)
- Open RecipeEditor.zip and drag the BepInEx folder into the game directory
- Launch the game once. Then recipes.json will be created in your game directory.
Recipe Editing:
- Open the Items.txt from RecipeEditor.zip or you can find another update source for item IDs
- Find the Item Recipe ID you want to edit
- Follow the JSON format provided in the file
- { "RecipeID": [ { "ItemId": IngredientID, "Count": Amount }, { "ItemId": IngredientID, "Count": Amount } ... ], "RecipeID": [ ... ], ... }