Update periodic_and_more.js

Updated for Cross-mod compatibility
This commit is contained in:
Boxeled 2024-07-29 17:34:36 -05:00 committed by GitHub
parent 09d45a1b55
commit 918e0668cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ runAfterLoad(function() {
});
// Run if another mod is active
if (enabledMods.includes("mods/test.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() {
// Your code here
console.log("Hello World!");