Merge pull request #1050 from MicaelNotUsed/main

Massive error in stainless_steel.js
This commit is contained in:
slweeb 2025-03-17 21:39:40 -04:00 committed by GitHub
commit fe95e8cf8b
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"];
// chrome
@ -104,11 +104,10 @@ elements.crushed_bauxite = {
color: ["#a28e7b","#774422"],
behavior: behaviors.POWDER,
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
if (enabledMods.includes("mods/survival.js")) {
runAfterLoad(function() {