651 Commits

Author SHA1 Message Date
github-actions[bot]
a265bbb4c1 Update Quest Book Jsons and Lang
[SKIP]
2023-09-26 10:55:06 +00: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
saschahi
6a7e04ea0b
Add Chisel Recipes for changing Colours of AE2 Cables (#439)
[FEATURE]

/* Description: */
Covers
- Cables
- Covered Cables
- Dense Covered Cables
- Smart Cables
- Dense Smart Cables
in all colours

graciously adapted from https://github.com/Divine-Journey-2/Divine-Journey-2/blob/main/overrides/scripts/ModSpecific/Chisel.zs
2023-09-25 21:23:43 +10:00
github-actions[bot]
9172e8b133 Update Quest Book Jsons and Lang
[SKIP]
2023-09-25 05:12:37 +00: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
github-actions[bot]
479d1b20c4 Update Quest Book Jsons and Lang
[SKIP]
2023-09-20 22:27:57 +00:00
IntegerLimit
04edcfccae Update Discord & Github Quest
[QB]
2023-09-21 08:27:02 +10:00
IntegerLimit
780e725e8c Buff NC Fission Reactors' power output by 1.4x
[BALANCING]

Produces around ~2mrf/t gain.
2023-09-18 20:51:15 +10:00
IntegerLimit
26120dc6d3 Rebalance ULV Covers
[BALANCING]
2023-09-18 20:24:40 +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
bcae6f4eeb [FEATURE] Russian Content Tweaker Translation (#429)
/* Description: */
QB to come!

Superseeds #428, which was based off the wrong branch. Not their fault, it is my fault.

/* Commits: */
russian content tweaker tl

Co-authored-by: theMegaTech <36931007+theMegaTech@users.noreply.github.com>
2023-09-12 17:15:38 +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
a02ef21fba [FEATURE] New data textures (#419)
/* Description: */

Add new data textures from @Yueqing-Chen.

See the post here: https://discord.com/channels/927050775073534012/1121450759632977930.


/* Commits: */

* Add New Textures for 3 Datas

The Three Datas are:
Impossible Realm Data
Stellar Creation Data
Universe Creation Data

Co-Authored-By: Yueqing-Chen <Yueqing-Chen@users.noreply.github.com>

* New Textures for Dragon, Chaos and Wither Datas

Co-Authored-By: Yueqing-Chen <Yueqing-Chen@users.noreply.github.com>

---------

Co-authored-by: Yueqing-Chen <Yueqing-Chen@users.noreply.github.com>
2023-09-01 14:55:40 +10:00
IntegerLimit
758f7e704c [BUG] Fix DML Multiblock NBT Issue 2023-08-29 13:18:59 +10:00
Pansmith
5538fe4524 [FEATURE] Enable shufflemode on main menu (#414)
/* Description: */
Single line PRs :trollface:, anyways, this simply just enables shuffle mode on the main menu. As is the images play in a fixed order.

/* Commits: */
Enabled shufflemode on main menu
2023-08-27 18:38:34 -05:00
IntegerLimit
644491a9f5 Release 1.6.1a 2023-08-27 20:16:22 +10:00
IntegerLimit
848813b470 Release 1.6.1 2023-08-27 17:21:33 +10:00
IntegerLimit
eb1a33aa38 Final Main Menu Screenshots for 1.6.1
These will the the main menu screenshots for the foreseeable future.
2023-08-27 16:39:57 +10:00
IntegerLimit
3d3f3d6cd2 Remove Mention of Coins in Drill Core Tooltip [HM] 2023-08-27 13:41:20 +10:00
IntegerLimit
0c7a56435c Update endercore.cfg 2023-08-27 13:07:32 +10:00
IntegerLimit
c294a70b39 Delete mods/memory_repo dir 2023-08-27 13:06:05 +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
IntegerLimit
dc20c1eea3
Make decoration blocks not consumed in Framing Table 2023-08-15 21:07:44 +10:00
IntegerLimit
15bcd043cc Fix server info still appearing as beta-2 2023-07-30 11:24:16 +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
56a29c0210 1.6.1-beta-4 [BETA RELEASE] 2023-07-24 22:27:35 +10:00
IntegerLimit
94744c0259 Update StorageDrawers from v5.4.2 to v5.5.0 2023-07-24 21:07:04 +10:00
IntegerLimit
10a6ebeb59 Temp Fix https://github.com/Nomi-CEu/nomi-ceu/issues/391
Adresses https://github.com/Nomi-CEu/nomi-ceu/issues/391.

To be properly fixed in a newer version of GTCEu.
2023-07-24 20:57:37 +10:00
IntegerLimit
d27bbc461b Remove Mixer Recipes for Nq+ and Nq* in HM 2023-07-24 17:28:50 +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
IntegerLimit
205e2a75e0 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/395 [QB HM]
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/395
2023-07-23 21:12:53 +10:00
IntegerLimit
f6cdc16fb3 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/390
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/390
2023-07-23 21:04:18 +10:00
IntegerLimit
abf190be33 Fix https://github.com/Nomi-CEu/nomi-ceu/issues/399
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/399
2023-07-23 20:59:25 +10:00
IntegerLimit
73bc363623 Cleanup Fluid Transport Quest [QB, NM&HM]
Superseeds https://github.com/Nomi-CEu/nomi-ceu/pull/400 . Adds some other fixes, rewrites, and changes, as well as not deleting and re-adding the whole expert questbook.
2023-07-23 20:44:31 +10:00
Neeve
02abd4efcd
Add NAE2 and Pattern Mult-Tool quest, update MixinBooter to 8.3 (#401)
![](https://github.com/Nomi-CEu/nomi-ceu/assets/22255622/b43e7332-d38f-409e-afde-62c4a94d65ab)

* Add NAE2, update MixinBooter to 8.3

* Update quests
2023-07-23 16:13:32 +10:00