Update to latest format, and format documents
This commit is contained in:
parent
2b78820358
commit
342f2eb12b
51 changed files with 1275 additions and 1125 deletions
|
@ -1,31 +1,34 @@
|
|||
//DigitalStorage/Buildables/ContainerModules/Normal/Recipe_DS_FluidConnectionAdapter.Recipe_DS_FluidConnectionAdapter_C
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||
"Name": "Pipe Connection Adapter",
|
||||
"Ingredients": [
|
||||
{
|
||||
"Item": "Desc_SteelPlate",
|
||||
"Amount": 10
|
||||
},
|
||||
{
|
||||
"Item": "Desc_Wire",
|
||||
"Amount": 50
|
||||
},
|
||||
{
|
||||
"Item": "Desc_CopperSheet",
|
||||
"Amount": 30
|
||||
},
|
||||
{
|
||||
"Item": "Desc_DS_NetworkCable_Item",
|
||||
"Amount": 10
|
||||
}
|
||||
],
|
||||
"Products": [
|
||||
{
|
||||
"Item": "Desc_DS_FluidConnectionAdapter",
|
||||
"Amount": 1
|
||||
}],
|
||||
"UnlockedBy": ["Schematic_DS_Mam_Adapters_Pipe_C"],
|
||||
"ClearIngredients": true,
|
||||
"ClearProducts": true
|
||||
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
|
||||
"Name": "Pipe Connection Adapter",
|
||||
"Ingredients": [
|
||||
{
|
||||
"Item": "Desc_SteelPlate",
|
||||
"Amount": 10
|
||||
},
|
||||
{
|
||||
"Item": "Desc_Wire",
|
||||
"Amount": 50
|
||||
},
|
||||
{
|
||||
"Item": "Desc_CopperSheet",
|
||||
"Amount": 30
|
||||
},
|
||||
{
|
||||
"Item": "Desc_DS_NetworkCable_Item",
|
||||
"Amount": 10
|
||||
}
|
||||
],
|
||||
"Products": [
|
||||
{
|
||||
"Item": "Desc_DS_FluidConnectionAdapter",
|
||||
"Amount": 1
|
||||
}
|
||||
],
|
||||
"UnlockedBy": [
|
||||
"Schematic_DS_Mam_Adapters_Pipe_C"
|
||||
],
|
||||
"ClearIngredients": true,
|
||||
"ClearProducts": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue