705 Commits

Author SHA1 Message Date
IntegerLimit
0e4ca954bd Update ULV Covers from v2.5.0 to v2.6.2
They follow GTCEu's numbering, we actually didn't skip any versions
2023-05-19 19:36:54 +10:00
IntegerLimit
5585f73a89 Make ULV hulls use red-alloy cables
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/308.
2023-05-13 17:43:54 +10:00
IntegerLimit
61f0f14d19 Update to Dan's Mouse Tweaks 2023-05-13 15:37:28 +10:00
IntegerLimit
e6c4fdb8f4 Update GT Drawers from v1.0.3 to v1.0.4
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/347.
2023-05-13 15:25:15 +10:00
IntegerLimit
6e1fcaa03a Update AE2 UEL from v0.55.12 to v0.55.13 2023-05-13 15:24:09 +10:00
IntegerLimit
e3ca2588d3 Update HEI from v4.24.5 to v4.24.6 2023-05-13 15:22:18 +10:00
IntegerLimit
ed67f03fff Update Bogosort from v1.2.6 to v1.2.7
Also changes questbook to match with update.
2023-05-13 15:20:36 +10:00
IntegerLimit
848572d7af Nothing to see here 2023-05-13 15:06:32 +10:00
IntegerLimit
ec5c3ad603 Revert "Fix BlastFurnace.zs NPE"
This reverts commit 1bf43597de0edfbd62b68984d931fa3dd25e9e18.
2023-05-13 14:52:53 +10:00
IntegerLimit
2b0129ea43 Update GCYM from v1.2.2 to v1.2.3 2023-05-13 14:52:46 +10:00
IntegerLimit
5020546e38 Update GT from v2.6.1 to v2.6.2 2023-05-13 14:51:32 +10:00
IntegerLimit
66ac6ee775
Clearup Expert Mode transfer README 2023-05-12 16:09:45 +10:00
IntegerLimit
8acdb1c234
Disable blank issues 2023-05-04 13:06:35 +10:00
IntegerLimit
b617a81666
Improve Issue Templates (#348)
Used the GTCEu Issue Templates as a base. Thanks to them!

 New Bug Report Template
 New Feature Request Template
 Discord link

/* Commits: */
* Create config.yml

* Update config.yml

* Update bug_report.md

* Update feature_request.md

* Add gtceu's bug report template

* Change reproduction section

* Further improve `how to reproduce` section

* Add markdown information

* Fix bug_report

* Update 001-bug-report.yml

* Update 001-bug-report.yml

* Version field

Goes down to 1.4. Anyone playing versions older than 1.4 is told to update.

* Fix up version entry

* Improve version field description

* Update description & labels

* Delete bug_report.md

* Add changed configs/mod section

* Improve Config/mod section

* Add launcher section

* Add log entry

* Fix 001-bug-report.yml

* Fix 001-bug-report.yml again

* Fix 001-bug-report.yml again... again?

* Add placeholder text for log entry

* Fix small issues in 001-bug-report.yml

* Small fixes in 001-bug-report.yml

* Make log description clearer

* Swap expected and actual behaviour locations

* Add mode input to bug_report

* Fix 001-bug-report.yml

* Create 002-feature-request from gtceu

* Delete feature_request.md

* Rename 002-feature-request to 002-feature-request.yml

* Add version input + markdown note

* Improve markdown note

* Fix 002-feature-request.yml

* Fix 002-feature-request.yml again

* Small fix in 001-bug-report.yml

* Finish off 002-feature-request.yml
2023-05-02 16:44:14 +10:00
IntegerLimit
2f1f6d8075 Change Snowchestite's byproduct from chalcopyrite to caesium
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>
2023-04-23 21:38:03 +10:00
IntegerLimit
0971baab0d Fix recycling recipes of certain changed GT Items
Rotary Hearth Furnace
Bulk Blast Chiller
High Voltage Coil
HV Dynamo Hatch
HV Energy Hatch
2023-04-23 20:46:43 +10:00
IntegerLimit
fd29c19afc Slight refactor of HM's Primitive Steelworks Quest 2023-04-23 19:00:33 +10:00
IntegerLimit
cc937ba452 Slightly improve First Micro Miner Quest Line 2023-04-22 18:24:58 +10:00
IntegerLimit
f13e56fb03 QB Fixes [NM & HM]
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]
2023-04-22 18:14:35 +10:00
IntegerLimit
1b7d45904d Fix GT Trims became Framed Drawer when framed 2023-04-19 10:13:19 +10:00
Exaxxion
d3c771d94f
Update buildscripts (#335)
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>
2023-04-17 18:21:45 +10:00
IntegerLimit
36dfebfcf0 1.6.1-beta-1 [Beta Release] 2023-04-17 13:41:48 +10:00
IntegerLimit
1ccfdd31a7 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/332
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/332.
2023-04-17 13:32:32 +10:00
IntegerLimit
5a0413945d Update GT Drawers from v1.0.2 to v1.0.3 2023-04-17 11:21:33 +10:00
IntegerLimit
7a13c1d24b Fix Black Steel! 2023-04-17 10:55:56 +10:00
IntegerLimit
a2efbed8b3 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/313
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/313
2023-04-16 21:07:34 +10:00
IntegerLimit
382a30b4b0 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/327
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/327.
2023-04-16 20:59:39 +10:00
IntegerLimit
0af561e95d Many QB Issues [NM & HM], + quest for EIO Spawner
Added a quest for the EIO Spawner (Written by @Brownbeltninja)
Added a quest for Programmed Circuits, redirecting to Wiremill instead of Bender
Updated Fusion descriptions
Fixed Distillation Tower quest requiring Iridium [HM]
Rearranged certain quests, mostly to make space for new quests

Co-Authored-By: Brownbeltninja <89230590+brownbeltninja@users.noreply.github.com>
2023-04-16 20:50:37 +10:00
IntegerLimit
5b2269dc2e Fix Issue https://github.com/Nomi-CEu/nomi-ceu/issues/330 2023-04-16 17:32:34 +10:00
IntegerLimit
c3157c8ef6 Rotate HM's Early Game
90 degrees anticlockwise

Done by a java program I wrote
2023-04-16 17:25:48 +10:00
IntegerLimit
bbdeea2d6c Fix Recipe Conflict 2023-04-14 15:36:00 +10:00
IntegerLimit
1bf43597de Fix BlastFurnace.zs NPE 2023-04-14 13:11:15 +10:00
Letter N
5aafefa07b
Update Github Actions to v3 (#321) 2023-04-13 18:58:35 +10:00
IntegerLimit
e9b3b6b243 Change Remaining calls to old circuit constructor to .circuit() 2023-04-13 17:19:04 +10:00
IntegerLimit
6ed7e2528a Finally fix nc packager issue 2023-04-13 17:08:41 +10:00
IntegerLimit
704515e5a8 Update GTCEu from 2.6 to 2.6.1, update GCYM from 1.2.1 to 1.2.2 2023-04-10 20:32:33 +10:00
IntegerLimit
fe6f63fb0b
Change two links from tracer4b/nomi-ceu to Nomi-CEu/nomi-ceu 2023-04-10 17:09:02 +10:00
IntegerLimit
292f6a8380 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/314 , cleanup logo textures 2023-04-09 10:45:01 +10:00
IntegerLimit
0c1221c339 1.6 2023-04-08 22:05:08 +10:00
IntegerLimit
54367b86b9 Fix double bogo sort (GitHub messed something up) 2023-04-08 21:50:44 +10:00
IntegerLimit
c5858db390 New Main Menu Screenshots 2023-04-08 21:28:20 +10:00
IntegerLimit
8ee152eef5 Update PackagedExCrafting from v1.0.2.8 to v1.0.2.10 2023-04-08 20:33:21 +10:00
IntegerLimit
136f464850 Update PAuto from v1.0.7.29 to v1.0.8.31 2023-04-08 20:32:35 +10:00
IntegerLimit
23db4c3c21 Update CraftTweaker from v4.1.20.684 to v4.1.20.687 2023-04-08 20:31:26 +10:00
IntegerLimit
381a0ff66a Update Inventory Bogo Sorter from v1.2.5 to v1.2.6 2023-04-08 20:31:22 +10:00
IntegerLimit
eaec9525bb
Cleanup README.md 2023-04-08 20:24:59 +10:00
IntegerLimit
3a621b1e4d Replace 1.5.3 with 1.6 2023-04-08 20:24:32 +10:00
IntegerLimit
cd09c82fb8
Cleanup README.md 2023-04-08 20:20:51 +10:00
0xC4DE
c50caee9dc
Pack Mode Switcher changes to address #241 (#292)
Difficulty cannot be inforced by the difficulty locker mod. Meaning it's not only not required by the server, but the difficulty needs to be manually set by server.properties.

I added a second server.properties.expert that just sets difficulty to 0 initially. Obviously a user can change this but they should just know that expert is supposed to be peaceful at that point. I then updated the script to switch between the two configs, if and only if they exist, so it should still work on ssp just the same.

This was made to address #241 Since it is impossible for a mod to enforce server difficulty (Source: Trust me and dig through the code yourself I suggest starting with Forge's DedicatedServer object)

/* Commits: */
* Pack Mode Switcher changes to address 241 in the most roundabout way possible

* pack mode switcher updates and changing server.properties

* added the properties files

* made the readme's more friendly

* more readme-bility

* Made README more tutorial

* typofix/capitialization is my passion

* readme updates

* forced

* repalace

* expert mode, again

* script disclaimer

* Script disclaimer

* hopefully fixed jank formatting

* fixed jank formatting

* beautify
2023-04-08 20:08:03 +10:00
IntegerLimit
f1bbaf4658 Move NM PBF recipe removals to removeAll 2023-04-08 20:03:21 +10:00