Update stainless_steel.js

fixing errors
This commit is contained in:
MicaelNotUsed 2025-03-16 19:32:13 -03:00 committed by GitHub
parent ae76a7c9a9
commit 4606c6dcc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// obtaining chromium (makes chrome) // obtaining chromite (makes chrome)
elements.magma.stateLow = ["rock", "basalt", "basalt", "basalt", "chromite"]; elements.magma.stateLow = ["rock", "basalt", "basalt", "basalt", "chromite"];
// chrome // chrome
@ -104,11 +104,10 @@ elements.crushed_bauxite = {
color: ["#a28e7b","#774422"], color: ["#a28e7b","#774422"],
behavior: behaviors.POWDER, behavior: behaviors.POWDER,
category: "powders", category: "powders",
tempHigh: 2072,
stateHigh: "molten_bauxite",
}; };
// Alumina oxidizes.
elements.oxygen.reactions.alumina = { elem1:oxidized_alumina}
// Makes Chrome and Stainless Steel more expensive on survival.js // Makes Chrome and Stainless Steel more expensive on survival.js
if (enabledMods.includes("mods/survival.js")) { if (enabledMods.includes("mods/survival.js")) {
runAfterLoad(function() { runAfterLoad(function() {