125 Commits

Author SHA1 Message Date
Integer Limit
315620d84f
Update Quest Book for AE2 & NAE2 Updates (#928)
[QB]
2024-08-22 08:32:26 +10:00
Doniazade
fdf3571365
Various QB Fixes and Cleanups (#917)
[QB]

[DETAILS]
details = [
"Clean up Dependencies and Visual Connections in Mid Game",
"Remove Mention of Platinum Mining Hammer in Obsidian Quest",
"Mentions Home Limits and List Commands, & FTB Warps",
"Allow Homes to be Used to Complete Interdimensional Travel Quest",
"Splits Energy P2P Info into a Seperate Quest",
]
[DETAILS]
2024-08-18 09:14:41 +10:00
Integer Limit
1bca3ffd3b
Change Default Sort Keybind back to Middle Click (#888)
[SKIP]
2024-08-11 19:19:33 +10:00
Integer Limit
3a18e43a77
Fix Inventory BogoSorter Default Sort Keybind (#887)
[BUG]
2024-08-11 16:15:37 +10:00
Integer Limit
794235157b
Small Quest Book Cleanup (#883)
[SKIP]
2024-08-10 15:18:58 +10:00
Integer Limit
174a60a455
Improve Packaged Draconic and Drac Fusion Quests (#880)
[QB]
2024-08-09 22:30:23 +10:00
Doniazade
cd3897a08c
Reinstate that PAuto Packagers can be Placed Anywhere (#877)
[QB]


Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-08-09 22:17:20 +10:00
Doniazade
36189efb70
P2P + EU to RF Quest Improvements (#865)
[QB]
2024-08-06 14:04:47 +10:00
Integer Limit
4653b62d72
Add Linear XP Scaling (#855)
[FEATURE]
[QOL]

[DETAILS]
details = [
  "Each XP Level now requires the Same Amount of XP!",
  "Exactly 25 XP is required for each XP Level! (One `Extraterrestrial Matter`)",
]
[DETAILS]
2024-08-04 17:44:46 +10:00
Integer Limit
bf4055fbe4
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.

Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.

Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.

This PR also fixes an issue with corrupted images and jar files in built packs.

/* Github Stuff */

[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
  [EXPAND]
  [[messages]]
    messageTitle = "Update GT to 2.8+, add Nomi Labs"
    messageBody = """
      [BREAKING]
      [DETAILS]
      details = [
        \"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
        \"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
        \"Adds Assembly Line Research\",
        \"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
        \"Adds Filtered Output Hatches\",
        \"Adds EU Multiblock Power Storage\",
        \"Adds Multiblock Transformer and Laser Power Transfer\",
        \"Adds Long Distance Pipes\",
        \"Creating Waypoints in the Prospector\",
        \"Fixing many Bugs\",
        \"And many more!\"
      ]
      [DETAILS]
      [PRIORITY]
        priority = 100
      [PRIORITY]
    """

  [[messages]]
    messageTitle = "Multiblock Changes"
    messageBody = """
      [BREAKING]
      [DETAILS]
      details = [
        \"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
        \"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
        \"Some Custom Multiblocks now have Distinct Mode\",
        \"All Custom Multiblocks now have custom Front Overlays\",
        \"Reworked & Improved Multiblock UIs\"
      ]
      [DETAILS]
      [PRIORITY]
        priority = 50
      [PRIORITY]
    """
  [EXPAND]
  '''
[FIXUP]

[EXPAND]
  [[messages]]
  messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
  messageBody = '''
    [BREAKING]
  
    [DETAILS]
      details = [
        "Pattern Encoders have been Removed!",
        "Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
        "All Usages in Recipes have also been changed to AE2 Interfaces!",
      ]
    [DETAILS]
    
    [PRIORITY]
      priority=25
    [PRIORITY]
  '''
  
  [[messages]]
  messageTitle = "Update GT to 2.8.10"
  messageBody = '''
    [BREAKING]
  
    [DETAILS]
      details = [
        "Allows GregTech Data Sticks to Copy ME Hatch Settings",
        "Adds an 'Stocking' Version of ME Hatches and Buses",
        "Support for Displaying Power Substation on Central Monitor",
      ]
    [DETAILS]
    
    [PRIORITY]
      priority=20
    [PRIORITY]
    
    [IGNORE]
      checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
    [IGNORE]
  '''
  
  [[messages]]
  messageTitle = "Update Nomi Labs to 0.7.0"
  messageBody = '''
    [BREAKING]
    
    [DETAILS]
      details = [
        "Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
        "Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
        "Replacement of the Void Dimension, fixing issues with Difficulty Changing",
        "Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
        "Improvements to FTB Utils and Effortless Building",
        "Allows Setting of Default Keybinds for New Players",
      ]
    [DETAILS]
    
    [PRIORITY]
      priority=15
    [PRIORITY]
    
    [IGNORE]
      checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
    [IGNORE]
  '''
[EXPAND]

[MOD INFO]
  [[infos]]
  projectID = 254317
  info = "Replaced by Nomi Labs"


  [[infos]]
  projectID = 285612
  info = "Replaced by Nomi Labs"
  
  [[infos]]
  projectID = 390886
  info = "Replaced by Nomi Labs"
  
  [[infos]]
  projectID = 538092
  info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
tracer4b
ea9d4ca8e4
Add Packaged Draconic (#776)
[FEATURE]
[QOL]
[DETAILS]
detail="Makes Automating your Draconic Evolution Fusion Setups Much Easier!"
[DETAILS]

---------

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-07-09 20:18:25 +10:00
Demonessica
edf20cb39a
Questbook Update for Multi-Input P2P (#784)
[QB]
2024-07-01 21:28:07 +10:00
Aaron Avdeev
fd5fcf92ff
Fix RTM-Alloy and Tungstensteel Related Quests (#750)
[QB]

[DETAILS]
detail = "Fixes #749"
[DETAILS]

[IGNORE]
checks = { compareNot = "1.7-alpha-4" }
[IGNORE]

---------

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-06-16 12:32:43 +10:00
Integer Limit
8e667af1d5
Fix #756, Port Silicone/Styrene Choice to HM (#759)
[EXPAND]
[[messages]]
messageTitle = "Fix #756"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow New Cable Coverings Quest to Accept SiR or SBR"
messageBody = "[QB]\n[HM]"
[EXPAND]
2024-06-12 20:57:09 +10:00
Aaron Avdeev
6936d9f38b
Fix Fish Oil Quest Task (#747)
[QB]

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-05-26 19:18:22 +10:00
tracer4b
b526677126 Questbook Update + Buildscript Improvements (#681)
[EXPAND]
[[messages]]
messageTitle = "QB Update for GT 2.8 (#681)"
messageBody = """
[QB]
[DETAILS]
details = ["Fixes many Quest Book issues", "Updates QB with changes in GT 2.8"]
[DETAILS]
"""

[[messages]]
messageTitle = "Buildscript Refactor (#681)"
messageBody = """
[INTERNAL]
[DETAILS]
details = ["**Important: Buildscript has changed from `npx gulp...` or `gulp...` to `npm run gulp...`**!", "Moves to Node 16 Package Management + Typescript Strict Mode", "New Port QB, Check QB and Fix QB Tasks"]
[DETAILS]
"""
[EXPAND]


Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>
Co-authored-by: SparkedTheorem <162088357+SparkedTheorem@users.noreply.github.com>
2024-05-14 21:57:00 +10:00
Integer Limit
2cfdcb10e2
Update to GT 2.8.* & Integrate Nomi Labs (#619)
Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
Co-authored-by: Sylvia <skraman1999@gmail.com>
Co-authored-by: windyknight <windyknight@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>

[BREAKING]
2024-03-24 23:45:47 +11:00
Integer Limit
f11d1790a6
Update BQu from v4.1.0 to v4.2.1 (#646) 2024-03-11 18:26:14 +11:00
Integer Limit
d3c0eac94f
Replace §f with §r in Secondary NM QB & HM QB (#623)
[SKIP]
2024-02-18 18:10:32 +11:00
Integer Limit
1bee7c1776
Refactor QB CI System (#555)
This reverts it back to the old way of building the JSON files and the lang at build time, instead of storing the built JSON and lang files.

Requested by @NotMyWing

[INTERNAL]
[IGNORE]
checks = { compareNot = "1.7-alpha-1" }
[IGNORE]
2023-12-04 22:57:11 +11:00
github-actions[bot]
00a04e5426 Update Quest Book Jsons and Lang
[SKIP]
2023-11-29 04:57:40 +00:00
tracer4b
9a911e1403
1.7 Further Quest Book Tweaks (#485)
More Quest Book Tweaks after 1.7-a-1.

Rest of the changes will be after the update to GregTech 2.8 and the move to Nomi Labs.

[IGNORE]
checks = { compareNot = "1.7-alpha-1" }
[IGNORE]

[EXPAND]
[[messages]]
messageTitle = "Fixes some Quests giving Nomicoins (#485)"
messageBody = "[QB]\n[HM]"

[[messages]]
messageTitle = "More Fixes and Tweaks related to GregTech 2.7+ (#485)"
messageBody = "[QB]"
[EXPAND]
2023-11-29 15:56:56 +11:00
github-actions[bot]
425c8c737d Update Quest Book Jsons and Lang
[SKIP]
2023-10-24 09:31:42 +00:00
tracer4b
60b6c70a25
Further Fixes and Tweaks for 1.7 (#470)
See Description (https://github.com/Nomi-CEu/Nomi-CEu/pull/470).

[EXPAND]
[[messages]]
messageTitle = "Fixes QB Issues in [#367](https://github.com/Nomi-CEu/Nomi-CEu/issues/367)"
messageBody = "[QB]"

[[messages]]
messageTitle = "Reworded and Cleared Up Fluid Rig Quest"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow Brewery Quest to accept up to IV Tier"
messageBody = "[QB]\n[NM]"

[[messages]]
messageTitle = "Allow LV Battery Buffer Quest to accept any Battery Buffer"
messageBody = "[QB]\n[NM]"

[[messages]]
messageTitle = "Allow Steam Production Quest to accept any Steam Boiler"
messageBody = "[QB]\n[HM]"

[[messages]]
messageTitle = "Fix Titanium Tetrachloride Quest requiring a Bucket"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow Macerating Charcoal Blocks"
messageBody = "[FEATURE]\n[QOL]"

[[messages]]
messageTitle = "Add GT Machine Recipes for some Crafting Components"
messageBody = "[FEATURE]\n[QOL]"
[EXPAND]

Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
2023-10-24 20:30:57 +11:00
github-actions[bot]
f36557b813 Update Quest Book Jsons and Lang
[SKIP]
2023-10-21 01:10:53 +00:00
tracer4b
7db0a282dd
Update Quest Book for GregTech 2.7 (#447)
[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",
2023-10-20 13:16:34 +11:00
Clarence "Sparr" Risher
ca70250a41
Clear up one-way power conversion in Cables Quest (#444)
[QB]

/* Description: */
Also fixed an apostrophe encoding mistake from #437 per discussion.

/* Commits: */
* Cables can't carry RF power

Signed-off-by: Clarence "Sparr" Risher <sparr0@gmail.com>

* Fix non-encoded apostrophe from previous PR

Signed-off-by: Clarence "Sparr" Risher <sparr0@gmail.com>

---------

Signed-off-by: Clarence "Sparr" Risher <sparr0@gmail.com>
2023-09-29 15:02:38 +10:00
Clarence "Sparr" Risher
468a0e0d82
Change references from Redstone Dust to Redstone (#440)
[QB]
[GENERAL]

/* Description: */
A few quests and one tooltip refer to Redstone Dust, but the normal dust-shaped version of the item is just called Redstone, unlike all the other dust-shaped resources that do have Dust in their name. This change would have saved me some time going from quest descriptions to actual recipes.

(actually renaming Redstone to Redstone Dust would be more consistent in this modpack, but probably alienate a lot of people used to the normal MC naming of the item)

Signed-off-by: Clarence "Sparr" Risher <sparr0@gmail.com>
2023-09-26 20:54:25 +10:00
Clarence "Sparr" Risher
c42ffb3fea Add crouching exception to Mining Hammers quest description (#437)
[QB]

/* Description: */
Copied the existing parenthetical from the mining hammer tooltip.

Signed-off-by: Clarence "Sparr" Risher <sparr0@gmail.com>
2023-09-25 15:11:21 +10:00
IntegerLimit
04edcfccae Update Discord & Github Quest
[QB]
2023-09-21 08:27:02 +10:00
github-actions[bot]
1a40bd87f9 Update Quest Book Jsons and Lang
[SKIP]
2023-09-18 05:36:24 +00:00
IntegerLimit
5aecff8b4d
Allow for QB Translations of Normal and Expert Quest Books (#432)
[FEATURE]

/* Description: */
Also moves all nodejs stuff into `tools` package.

Also adds a basic `CONTRIBUTING.md` file. 

Superseeds https://github.com/Nomi-CEu/Nomi-CEu/pull/431, which was closed as the branch needed to be renamed, due to the last two items on this list.

TODO:
- [x] Make it only run on master repo.
- [x] Remove qb-lang-revamp branch from the events
- [x] Allow workflow to run on all branches starting with test_buildscript?

/* Commits: */

* Buildscript Changes

* Make Contributing Docs a .md file

* updateqb.yml v1

* Test QB change

* Add lang file to commit file list

* Another Test Change

* Test with only lang path, + `./` at beginning of path

* Test QB change

* updateqb.yml v3

* Test QB Change

* Add some debug settings

* Remove debug, branch input. Switch to auto-commit action

* Make activate: branches prefix `test_buildscript`, commit author GHA bot

* Add branch prefix note into CONTRIBUTING.md

* Make workflow only run if on master repo
2023-09-17 22:44:48 +10:00
IntegerLimit
1a35ae82d9 [QB] Fix Description of The First Tier Two Circuits Quest
[HM] Mentioned two Tier One Circuits, actually three.
[NM] Removed unneeded colouring.

Addresses part of https://github.com/Nomi-CEu/Nomi-CEu/issues/367.
2023-09-07 21:56:40 +10:00
IntegerLimit
c66f542881 [QB] Fix Neeve Quest, make it ignore NBT 2023-09-07 20:38:56 +10:00
IntegerLimit
5b5d13710a [QB HM] Fix up Mixer Quest 2023-09-07 18:42:00 +10:00
IntegerLimit
342d988e32 [QB HM] Don't mention HV Batteries in Iron Quest 2023-09-07 17:30:02 +10:00
IntegerLimit
d037ee5f46 [QB HM] Remove Reward for Bending Machine Quest
Why wasn't this removed?
2023-09-07 16:56:03 +10:00
IntegerLimit
03d61c8d5f [QB] Move Multiblock Machine Previews Quest
From The Beginning to Genesis
2023-09-07 16:12:43 +10:00
IntegerLimit
a52b91d97a [QB HM] Change Mold Quest from Ball Mold -> Rotor 2023-09-07 15:36:55 +10:00
IntegerLimit
fcb48d4bc9 [QB HM] Mention how to Mute Machines in Steam Machines Quest 2023-09-07 14:57:45 +10:00
IntegerLimit
f59eecad41 [QB HM] Adjust Steam Dynamo Quest 2023-09-07 13:58:25 +10:00
IntegerLimit
02eaf67bd1 [QB HM] Clarify that Alloy Smelter used to make Rubber Sheets 2023-09-07 13:28:50 +10:00
IntegerLimit
a988d2df30 [QB HM] Fix missing space in 'From Ingots to Wires' Quest 2023-09-07 13:15:13 +10:00
IntegerLimit
8df9f6e318 [QB HM] Add Molds Quest to Genesis, Add Glass Quest 2023-09-07 12:05:25 +10:00
IntegerLimit
5d51fda1c6 [QB HM] Make Drawer Quest Task Logic OR 2023-09-02 12:29:08 +10:00
IntegerLimit
f66dc2b860 Clean up From Ingots to Wires quest [QB HM] 2023-08-26 16:41:10 +10:00
IntegerLimit
6dbc29343e Fix up From Dusts To Wires Quest [QB HM] 2023-08-26 10:07:26 +10:00
IntegerLimit
9530768571 Remove mention of Coins in Hang Glider Quest [QB HM] 2023-08-25 22:55:46 +10:00
Neeve
8654a825ec
Rewrite Central Monitor (833), add Auto-Building (1028) (#402)
![image](https://github.com/Nomi-CEu/nomi-ceu/assets/22255622/74c1825a-0b89-4040-b2d6-478117383fb5)
![image](https://github.com/Nomi-CEu/nomi-ceu/assets/22255622/fdc20ec9-e5ae-40e7-b4d8-c27dddae6502)

/* Commits: */
* Rewrite Central Monitor (833), add Auto-Building (1028)

* Address the change requests
2023-07-25 16:13:58 +10:00
IntegerLimit
be460b9102 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/393 [QB, NM&HM]
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/393.
2023-07-23 21:45:04 +10:00