Update README with Included Pack Mode Scripts (#978)

[SKIP]
This commit is contained in:
Integer Limit 2024-09-01 15:48:17 +10:00 committed by GitHub
parent ca47584704
commit 27f7bd88e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 38 additions and 37 deletions

View File

@ -37,6 +37,7 @@ Details on how to setup a basic server, and some important server admin informat
## Addon Mods
Nomi-CEu comes with addon scripts for the following mods. You can drop them into the mods folder, and their recipes will be adjusted accordingly.
- [AE2 Fluid Crafting Rework](https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework)
- [Compact Machines](https://www.curseforge.com/minecraft/mc-mods/compact-machines)
- [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
@ -65,13 +66,12 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th
<hr>
##### Windows:
- Download the script [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.bat), and save it to the root directory of the pack (the same level as `\config`).
- Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat`
1. **(CurseForge Downloads Only)** Download the script [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.bat), and save it to the root directory of the pack (the same level as `\config`).
2. Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat`
##### Apple/GNU/Linux:
- Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh` to download the file.
- Verify the contents with your editor of choice.
- Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`).
##### Mac/GNU/Linux:
1. **(CurseForge Downloads Only)** Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh` to download the script, or download it [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh).
2. Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`).
<hr>
@ -85,5 +85,5 @@ Certain new quests from [GregTech Community Pack](https://github.com/GregTechCEu
GTCE item-ID to GTCEu item-ID conversion scripts by [brachy84](https://github.com/brachy84).
Perfect Gem textures from [FurfSky Reborn](http://furfsky.net/). ([Permission](https://ibb.co/bBpksq0) at [this message](https://discord.com/channels/771187253937438762/774353150278369351/938438074503942184) in [FurfSky Reborn server](https://discord.gg/fsr)).
Certain hard mode recipe chains and Magnetron texture from [GCY Science](https://github.com/GregTechCEu/gregicality-science).
Flux Networks compatibility recipes from [smudgerox](https://github.com/smudgerox).
Thank you!
Flux Networks compatibility recipes by [smudgerox](https://github.com/smudgerox).
**Thank you!**

View File

@ -5,15 +5,16 @@ Users can use any of the below methods to replace configs:
## Manual
- Drag the files inside `/config-overrides/expert` into the main `config` folder, as shown in the below image.
- **Make sure to replace existing files!**
- **MacOS: Merge folders, don't replace them!**
![image](https://user-images.githubusercontent.com/61507029/168111281-65006a94-4b4d-4255-aca1-1f5039eec705.png)
## Automatic Installation
- Windows:
- Download [here](https://raw.githubusercontent.com/Nomi-CEu/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 the pack mode switcher in a terminal with `./pack-mode-switcher.bat`
### Windows:
1. **(CurseForge Downloads Only)** Download [here](https://raw.githubusercontent.com/Nomi-CEu/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`).
2. Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat`.
- Any GNU/Linux (Mac and Linux) System:
- Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh` to download the file.
- Verify the contents with your editor of choice.
- Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`).
### Mac/GNU/Linux System:
1. **(CurseForge Downloads Only)** Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh` to download the script, or download it [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh).
2. Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`).