Merged changes from https://github.com/Nomifactory/Nomifactory/tree/dev/buildtools made after February 2022 (when I helped @tracer4b get the build scripts at the time set up). CurseForge subsequently did its API changes so the old scripts don't work anymore. You will need to create a Secret called CFCORE_API_TOKEN which contains the CurseForge API authentication token you wish to use (for https://api.curseforge.com). When running build scripts locally, you need to have an environment variable set with the same name and value. This token allows the script to download mod jars required for building the server zip. Without this token, at the very least mods that disallow third-party downloads would return blank download links and that build target would fail. It might be needed to use the API at all, but @NotMyWing is our CICD author and resident expert, so I would defer to him on details. /* Commits */ * Switch API calls to CFCore (#914) Necessary to continue using the CurseForge API. * Propagate the CFCore token to GHA * Move download URL forging to fetchFileInfo * Add CurseForge Beta deployment workflow (#944) --------- Co-authored-by: Neeve <winwyv@gmail.com>
nomi-ceu
Port of Nomifactory 1.3 to the GregTech CE Unofficial generation of GT mods, with updated quests, progression and minor balance changes to adapt to CEu's changes.
- Overhauled circuit progression closely following CEu stock
- Multiblock versions of nearly all machines, including EBF, Freezer and DT, processing up to 256 recipes in parallel
- New processing chains for Naquadah, Advanced SMDs, Crystal Chips, and more
- Fixed lots of unpleasant CE-ness - fixed infinite Amp bug, different ore stone types don't clog up your inventory, etc.
- Super-performant emissive effects on machines, coil blocks, the Fusion Reactor, and more
- Updated questbook to guide you through all the new stuff, including a completely new chapter, the Processing Lines Tab, to give you more info, useful tips and a visual representation of different processing lines, both new and old
- lots more...
Mod compatibility info
nomi-ceu comes with compatibility scripts for the following mods. You can drop them into the mods folder and their recipes will be adjusted accordingly.
* Note: If you are adding these mods via the CurseForge app, remove the copy of non-Extended Life AE2 it might automatically download.
Expert Mode
If you want a harder, or perhaps a more "true" GregTech experience, check out the Expert mode. This pack mode is based on the Self-Torture Edition fork of the original pack. Highlights include:
- Forced Peaceful Mode
- No DME for easy infinite resources
- Nomicoins can't be spent
- The Steam Age
- No Creative Tank; instead...
- Stabilized Micro Miners for late-game infinite resources
- Harder recipes for assorted things like Iridium, Graphene, Numismatic Dynamos, and more
Installation: NOTE: Scripts will not work on versions <1.6, thus manual installation may be necessary.
-
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):
- 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
).
- Run
Manual installation instructions: here.
Bansoukou
This pack uses two bansoukou patches. The first one is for NuclearCraft, and the second one is for Draconic Evolution.
The two patch repos are:
- NuclearCraft. This fixes GTCEu incompatability with NuclearCraft.
- Draconic Evolution. This adds the destruct core button, and allows GT blocks in place of DE blocks, in the Energy Core and Reactor.
If there are issues or crashes with Draconic Evolution, please report them to here instead of the main Draconic Evolution repo.
Credits
Original pack by Exaxxion.
Certain new quests from GregTech Community Pack.
GTCE item-ID to GTCEu item-ID conversion scripts by brachy84.
Perfect Gem textures from FurfSky Reborn. (Permission at this message in FurfSky Reborn server).
Certain hard mode recipe chains and Magnetron texture from GCY Science.
Stabilized miner textures from Self-Torture Edition.
Flux Networks compatibility recipes from smudgerox.
Thank you!