bug fixes

This commit is contained in:
Boxeled 2024-08-01 12:57:04 -05:00 committed by GitHub
parent 29588e4827
commit b8ba27813b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ elements.beryllium = {
density: 720, density: 720,
reactions: { reactions: {
water: {elem1: "beryllium", elem2: "dirty_water"} water: {elem1: "beryllium", elem2: "dirty_water"}
}
}; };
elements.galinstan = { elements.galinstan = {
@ -60,10 +61,10 @@ runAfterLoad(function() {
}); });
if (enabledMods.includes["mods/chem.js", "mods/moreChemistry.js", "mods/metals.js", "mods/halogen.js", "mods/noblegas.js", "mods/radioactive.js", "mods/nousersthings.js"]) { if (enabledMods.includes["mods/chem.js", "mods/moreChemistry.js", "mods/metals.js", "mods/halogen.js", "mods/noblegas.js", "mods/radioactive.js", "mods/nousersthings.js"]) {
runAfterLoad(function() ) runAfterLoad(function() {
console.log("Hello World!"); console.log("Hello World!");
}); })
} };
// Creating eLists: // Creating eLists:
eLists.PERIODIC = ["beryllium", "scandium", "vanadium", "manganese", "cobalt"] eLists.PERIODIC = ["beryllium", "scandium", "vanadium", "manganese", "cobalt"]