[QB] /* Description: */ Update questbook for new CEu 2.7 things. - [x] Add quests for Assembly Line research system / Update Assembly Line quest - [x] Add a questbookScanner oredict for the data quest - [x] Fix QB progression around Kanthal Coil Blocks, which were changed in 2.7 to be required for Silicon Ingots - [x] Add quests for the Research Station and HPCA - Fusion and Research is now in the same tab - [x] Add quests for the Active Transformer and Lasers - [x] Add quests for the Power Substation - [x] Add quest for ME multiblock parts - [x] Add quest for World Accelerators - [x] Add a questbookWA oredict for this quest - [x] Update other outdated quests - [x] Bring the questbook changes to HM /* Commits: */ * assembly line quest, first data quest * power substation and world accelerator quests * me multi parts * research related quests * kanthal and silicon quests * active transformer, fixes here and there * fixes here and there * kanthal, coil and program circuit related fixes * laser hatch quest (requires ceu update) * update for AT and research update * tweaks here and there * data bank chaining stuff * patches around EV and LuV * add qb oredict for scanner and wa * hm quests, mostly * hm: remove nomicoin rewards, more fixes * readd "build:8": "4.1.0",
Expert Mode config files
Config files for normal and expert mode are found in \config-overrides\normal
and \config-overrides\expert
respectively.
Users can use any of the below methods to replace configs:
Manual (All versions):
- Drag the files inside
\config-overrides\expert
into the mainconfig
folder, as shown in the below image- If you are on a server, move the
server.properties
out of the config directory and into the root directory of your server (the path containing your launch script) - If you are on a client, you can safely delete
server.properties
- If you are on a server, move the
Automatic Installation (>1.6)
-
Windows:
- Download here (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
- Download here (right click - save as) save it to the root directory of the pack (the same level as
-
Any GNU/Linux (Mac and Linux) System:
- Run
curl -O https://raw.githubusercontent.com/tracer4b/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
).
- Run