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",
This commit is contained in:
tracer4b 2023-10-20 10:16:34 +08:00 committed by GitHub
parent fbd1584e7b
commit 7db0a282dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3306 additions and 616 deletions

View File

@ -2630,6 +2630,14 @@ recipes.addShapeless(<metaitem:ingotRedAlloy>, [<enderio:item_alloy_ingot:3>]);
<ore:questbookChisels>.add(<chisel:chisel_diamond>);
<ore:questbookChisels>.add(<chisel:chisel_hitech>);
<ore:questbookScanner>.add(<metaitem:scanner.hv>);
<ore:questbookScanner>.add(<metaitem:scanner.ev>);
<ore:questbookScanner>.add(<metaitem:scanner.iv>);
<ore:questbookWA>.add(<metaitem:world_accelerator.hv>);
<ore:questbookWA>.add(<metaitem:world_accelerator.ev>);
<ore:questbookWA>.add(<metaitem:world_accelerator.iv>);
// Add All GT Super and Quantum Tanks (apart from creative)
// Super Tanks
<ore:questbookTanks>.add(<metaitem:super_tank.lv>);