You are viewing a potentially older version of this package. View all versions.
SPooCK-RecipeEditor-1.0.0 icon

RecipeEditor

Modify your inventory recipes requirements

By SPooCK
Date uploaded 3 years ago
Version 1.0.0
Download link SPooCK-RecipeEditor-1.0.0.zip
Downloads 449
Dependency string SPooCK-RecipeEditor-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.667 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP Unity games. Preconfigured and ready to use.

Preferred version: 6.0.667

README

Allows you to modify the ingredient requirements to any of your inventory recipes.

Requirement: BepInEx IL2CPP

Installation:

  1. Download BepInEx IL2CPP
  2. Drag contents of BepInExPack from BepInEx.zip file into Sons of the Forest game directory (right click in steam > browse local files)
  3. Open RecipeEditor.zip and drag the BepInEx folder into the game directory
  4. Launch the game once. Then recipes.json will be created in your game directory.

Recipe Editing:

  1. Open the Items.txt from RecipeEditor.zip or you can find another update source for item IDs
  2. Find the Item Recipe ID you want to edit
  3. Follow the JSON format provided in the file
  • { "RecipeID": [ { "ItemId": IngredientID, "Count": Amount }, { "ItemId": IngredientID, "Count": Amount } ... ], "RecipeID": [ ... ], ... }