Disabled by default
Target dim = void world (119)
/* Commits: */
* Added Island Cake configs
* Change Fuel of Island Cake to Pulsating Dust
* Add exception to launchscript edit warning
* Add README, + make island cakes not consume fuel
---------
Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
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>