7 Commits

Author SHA1 Message Date
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
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
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