Changes a few recipes in Extended Crafting to fix/allow NBT-insignificant similar items to be used.
Specifically, Watering Cans Range setting is ignored, and the log type required for the Skullfire Sword is no longer specific to Oak.
/* Commits: */
* Changes the NBT tag required for the Creative Watering Can to use the default radius the watering can recipes output.
* Allows all types of logs to be used for the SkullFire Sword Recipe
---------
Co-authored-by: Jtex <58648760+Jtecx@users.noreply.github.com>
Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/336, by giving a lot more caesium per mission.
This should end up with around 195 more caesium than needed for snowchestite proc per mission, scaling with better macerators.
Document highlighting ratios, and therefore what is needed to balance caesium, made by @Mayplely.
Co-Authored-By: Maplely <126857319+mayplely@users.noreply.github.com>
Steel Heavy Plates -> Steel Double Plates [NM & HM]
Make Cleanroom Quest clearer [NM & HM]
Fix Vat quest's messed up dependencies [NM & HM]
Clean up `Into the Microverse` chapter [NM & HM]
Change `your're` to `your` in `Hot Titanium` quest [NM & HM]
Update Hot Titanium quest changes, made to NM previously, to HM
Update small Rocket Fuel quests changes, made to NM previously, to HM
Fix missing black steel quest dep for crystal growth chamber [HM]
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>