From 1c540cc36172268aaa4678ea9ad0f07798aed74a Mon Sep 17 00:00:00 2001 From: Melecie <97272289+Melecie@users.noreply.github.com> Date: Mon, 29 May 2023 08:06:13 +0800 Subject: [PATCH] Move to mods --- yumcherries.js => mods/yumcherries.js. | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename yumcherries.js => mods/yumcherries.js. (97%) 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 +};