New Recipe not showing up in craftingbench
Im trying to make a new recipe but I cant get it to show up in the craftingbench for some reason.
Solution:Jump to solution
If you check out the schema you'll see some example values for
ProducedIn, you may want to think about BP_WorkshopComponent
https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json...19 Replies
What did you put in
mProducedIn?this is the code im trying to use lol
Please use a code block
Like this but use
json instead of cpp
Sorry about that
Where did you get that
ManualManufacturingDuration from? It's not in the schema.oh I set it to that.. is that a bad thing?
Solution
If you check out the schema you'll see some example values for
ProducedIn, you may want to think about BP_WorkshopComponent
https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.jsonOh ok let me try that out thank you so much!
If you are using a good editor, it'll tell you that you're doing something wrong

Ok ill fix that
I hope "that" also includes "your editor" :wonke:
It's so much easier to work with CL JSON when your editor knows about the schemas
I use this is it not good?
That's not VSCode
no, visual studio does not have json schema support. vscode does
oh ok ill get vscode
Code 2020
YouTube
VS Code tips — JSON schemas for IntelliSense
Set the "$scheme" property in any json file to apply a schema to it. Schemas validate your json and provide IntelliSense while writing it.
The "$schema" can be a local file or hosted on a website
https://code.visualstudio.com/Docs/languages/json#_json-schemas-and-settings
#vscode #json
If it's not highlighting this warning then it's not good for JSON editing
FIXED TYSM 🙂