diff --git a/yumcherries.js b/mods/yumcherries.js. similarity index 97% rename from yumcherries.js rename to mods/yumcherries.js. index 90b335ae..1d4b786d 100644 --- a/yumcherries.js +++ b/mods/yumcherries.js. @@ -540,4 +540,4 @@ if(enabledMods.includes(onTryMoveIntoMod) && enabledMods.includes(libraryMod)) { enabledMods.splice(enabledMods.indexOf(modName),0,libraryMod); localStorage.setItem("enabledMods", JSON.stringify(enabledMods)); alert(`The ${onTryMoveIntoMod} mod and ${libraryMod} mods are required and have been automatically inserted (reload for this to take effect).`); -}; \ No newline at end of file +};