0 of 0

File information

Last updated

Original upload

Created by

skrwoor

Uploaded by

skrwoor

Virus scan

Safe to use

About this mod

This mod is in early access and probably a lot of it will change as I update it.
This mode adds the ability to change the recipes of every item by just editing a .json file.
recipes.json will be generated in "BepInEx/config/recipe/"
It should work with moded items.
Did not test online support.

Requirements
Permissions and credits
When you first load a save file it will generate a recipes.json which will have the item_name, itemID and recipe ingredients.
For example.
{
"item_name": "Oxygen capsule",
"id": "OxygenCapsule1",
"recipeIngredients": [
"Cobalt",
"Cobalt"
],
"craftableIns": [
"CraftStationT1",
"CraftStationT2"
]}@
By adding, removing or changing the name of ingredients(use itemID) the recipe of the item will change (need a game reboot).
By adding, removing or changing the name of craftableIns(use itemID only work with crafting stations) the item will be able to be crafted in different crafting stations(need a game reboot).