From 5a92f69467484b965e79096a6b4c771a66850c96 Mon Sep 17 00:00:00 2001 From: CrossTech <526383173@qq.com> Date: Sat, 14 May 2022 10:52:46 +0800 Subject: [PATCH 1/3] move mode switcher to root --- overrides/README.md | 2 +- overrides/pack-mode-switcher.bat => pack-mode-switcher.bat | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename overrides/pack-mode-switcher.bat => pack-mode-switcher.bat (100%) diff --git a/overrides/README.md b/overrides/README.md index e50e132..490eee3 100644 --- a/overrides/README.md +++ b/overrides/README.md @@ -7,4 +7,4 @@ To install hard mode, drag the files inside `\config-overrides\expert` into the The same for reverting back to normal mode, plus manually deleting `\config\globalgamerules.cfg` to cancel forced peaceful. -Windows users may also use `pack-mode-switcher.bat` found in this directory. +Windows users may also use `pack-mode-switcher.bat` found in the root directory. (It was here so it comes with the pack, but curseforge clearly doesn't want suspicious file in the release.') diff --git a/overrides/pack-mode-switcher.bat b/pack-mode-switcher.bat similarity index 100% rename from overrides/pack-mode-switcher.bat rename to pack-mode-switcher.bat From 99856bc06d178d42b25d53b9482bab8085ac8886 Mon Sep 17 00:00:00 2001 From: CrossTech <526383173@qq.com> Date: Sat, 14 May 2022 11:00:37 +0800 Subject: [PATCH 2/3] add intructions on master README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af596f8..618d236 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th - Harder recipes for assorted things like Vanadium, Graphene, Numismatic Dynamos, and more Installation instructions: -- Install the hardmode config files from [here](https://github.com/tracer4b/nomi-ceu/tree/main/overrides). Restart the pack for this to take effect. +- Install the hardmode config files from [here](https://github.com/tracer4b/nomi-ceu/tree/main/overrides). Restart the pack for this to take effect. + - Windows users may grab the utility [here](https://raw.githubusercontent.com/CrossElectronics/nomi-ceu/patch-2/pack-mode-switcher.bat)(right click - save as), save it to the root directory of the pack (the same level as `\config`). - Run `/bq_admin default load ExpertQuests` to load the hard mode questbook. ## Credits From 7fc3b26e27e992b51fe2c4cdd7484e5347beab2d Mon Sep 17 00:00:00 2001 From: CrossTech <31400327+CrossElectronics@users.noreply.github.com> Date: Sat, 14 May 2022 11:16:10 +0800 Subject: [PATCH 3/3] fix hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 618d236..1a0217a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th Installation instructions: - Install the hardmode config files from [here](https://github.com/tracer4b/nomi-ceu/tree/main/overrides). Restart the pack for this to take effect. - - Windows users may grab the utility [here](https://raw.githubusercontent.com/CrossElectronics/nomi-ceu/patch-2/pack-mode-switcher.bat)(right click - save as), save it to the root directory of the pack (the same level as `\config`). + - Windows users may grab the utility [here](https://raw.githubusercontent.com/tracer4b/nomi-ceu/main/pack-mode-switcher.bat)(right click - save as), save it to the root directory of the pack (the same level as `\config`). - Run `/bq_admin default load ExpertQuests` to load the hard mode questbook. ## Credits