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"]
}
{
"$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
1 Reply
Robb
Robb3mo ago
Troubleshooting :: Satisfactory Modding Documentation
This page is still a work in progress. Please suggest changes on the Discord or via PRs. Although ContentLib is generally easier to us...

Did you find this page helpful?