Satisfactory ModdingSM
Satisfactory Modding7mo ago
2 replies
kath

ContentLib custom recipe not showing up

I have made other custom recipes that load and show up yet when I made this one it's not showing up in game? Any ideas why?
{
  "$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/main/JsonSchemas/CL_Recipe.json",
  "Name": "Rubber",
  "Ingredients": [
    {
      "Item": "Desc_PackagedOil_C",
      "Amount": 3
    }
  ],
  "Products": [
    {
      "Item": "Desc_Rubber_C",
      "Amount": 2
    }
  ],
  "ManufacturingDuration": 1,
  "ProducedIn": ["manual"],
  "UnlockedBy": ["Schematic_1-1"]
}

Saved Satisfactory/FactoryGame/Configs/ContentLib/Recipes/Recipe_Rubber.json
Was this page helpful?