Module:Item recipe/order of materials.json: Difference between revisions

From Space Station 14 Wiki
(Created page with "{ "SheetSteel": 1, "SheetGlassBase": 2, "SheetPlastic": 3, "IngotSilver": 4, "SheetPlasma": 5, "IngotGold": 6, "SheetUranium": 7, "MaterialDiamond": 8 }")
 
(fixed due to different IDs used in recipes)
 
Line 1: Line 1:
{
{
"SheetSteel": 1,
"Steel": 1,
"SheetGlassBase": 2,
"Glass": 2,
"SheetPlastic": 3,
"Plastic": 3,
"IngotSilver": 4,
"Silver": 4,
"SheetPlasma": 5,
"Plasma": 5,
"IngotGold": 6,
"Gold": 6,
"SheetUranium": 7,
"Uranium": 7,
"MaterialDiamond": 8
"Diamond": 8
}
}

Latest revision as of 05:59, 4 September 2024

Steel1
Glass2
Plastic3
Silver4
Plasma5
Gold6
Uranium7
Diamond8