Skip to content

Commit

Permalink
Updated recipe schema descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Aug 16, 2023
1 parent b3ea4cb commit 7947073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JsonSchemas/CL_Recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"properties": {
"Name": {
"type": "string",
"description": "Override for the recipe's name, which is displayed inside the manual crafting bench, or any machines you set it to be used in. By default, recipes take the name of their first product item."
"description": "Override for the recipe's name, which is displayed inside the manual crafting bench, build gun, or any machines you set it to be used in. By default, recipes take the name of their first product item."
},
"Ingredients": {
"type": "array",
Expand All @@ -27,7 +27,7 @@
},
"ProducedIn": {
"type": "array",
"description": "Automatic name resolved asset. Machines which this recipe can be used in. The examples are not an exhaustive list. Use 'manual' for all manual workbenches; this is a workaround and will be fixed in the future. See 'ClearBuilders' to append instead of replace.",
"description": "Automatic name resolved asset. Machines/builders which this recipe can be used in. The examples are not an exhaustive list. Use 'manual' for all manual workbenches; this is a workaround and will be fixed in the future. See 'ClearBuilders' to append instead of replace.",
"items": {
"$ref": "./Components/CL_NameResolvedAsset.json",
"examples": [
Expand Down

0 comments on commit 7947073

Please sign in to comment.