Merge pull request #209 from TheOneAndOnlyD/main

This commit is contained in:
slweeb 2024-01-01 11:13:57 -05:00 committed by GitHub
commit c2feb4caf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
mods/Ultra_Steel.js Normal file
View File

@ -0,0 +1,20 @@
elements.Ultra_Steel = {
color: "#8f748f",
behavior: behaviors.WALL,
category: "solid",
state: "solid",
tempHigh: 26525,
stateHigh: "Molten_Ultra_Steel",
};
elements.Molten_Ultra_Steel = {
color: ["#bf56bf","#873987","#d158d1","#a145a1"],
behavior: behaviors.LIQUID,
category: "states",
state: "liquid",
tempLow: 24725,
stateLow: "Ultra_Steel",
reactions: {
"molten_gold": { elem1: "salt", elem2: "salt" },
}
};