Skip to content

Commit eefe124

Browse files
committed
Merge branch 'main' into tier-move-grs
2 parents 46e5cbf + aa9a55c commit eefe124

46 files changed

Lines changed: 3577 additions & 6938 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
2727
- name: Download quest zip
2828
run: |
29-
wget https://github.com/GTModpackTeam/gregtech-expert-2-questbook/archive/refs/heads/main.zip
30-
unzip main.zip
31-
mv -vf ./gregtech-expert-2-questbook-main/* ./overrides/config/ftbquests/
32-
rm -rf ./gregtech-expert-2-questbook-main/ ./main.zip
29+
wget -O questbook.zip https://github.com/GTModpackTeam/gregtech-expert-2-questbook/archive/refs/heads/preview.zip
30+
unzip questbook.zip
31+
mv -vf ./gregtech-expert-2-questbook-preview/* ./overrides/config/ftbquests/
32+
rm -rf ./gregtech-expert-2-questbook-preview/ ./questbook.zip
3333
3434
- name: Archive Release CF
3535
run: |

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
4949
- name: Download quest zip
5050
run: |
51-
wget https://github.com/GTModpackTeam/gregtech-expert-2-questbook/archive/refs/heads/main.zip
52-
unzip main.zip
51+
wget -O questbook.zip https://github.com/GTModpackTeam/gregtech-expert-2-questbook/archive/refs/heads/main.zip
52+
unzip questbook.zip
5353
mv -vf ./gregtech-expert-2-questbook-main/* ./overrides/config/ftbquests/
54-
rm -rf ./gregtech-expert-2-questbook-main/ ./main.zip
54+
rm -rf ./gregtech-expert-2-questbook-main/ ./questbook.zip
5555
5656
- name: Archive Release CF
5757
run: |

CHANGELOG_v2.md

Lines changed: 67 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
# v2.6.1
2+
## Modpack information
3+
- Fixed only the problem of not being able to start on the server.
4+
5+
* * *
6+
7+
# v2.6.0
8+
## 💣 Update Warning 💣
9+
- Make a backup of your world before updating.
10+
- Also the server is currently not bootable due to CEu issues. Please wait for a while until this is addressed :<
11+
12+
## Modpack information
13+
- Updated the quest to CEu 2.7.4 standards.
14+
- Thanks to @katatsumuri.pan for his support!!
15+
16+
### Returned items
17+
- ME Import/Export Bus, ME Fluid Import/Export Bus, and ME Ore Dictionary Export Bus have been returned to the game.
18+
19+
### For those using the Japanese lang
20+
- Since the Japanese translation was completed in time, the files in `./resources/gregtech/lang/en_jp.lang` should be deleted.
21+
22+
## Update mods
23+
- GregTech CE: Unofficial
24+
- Gregicality Multiblocks
25+
- GregTech Food Option
26+
- GTExpert-Core
27+
- CraftPresence
28+
- AE2 Unofficial Extended Life
29+
- AE2 Fluid Crafting Rework
30+
- Neeve's AE2: Extended Life Additions
31+
- MixinBooter
32+
- ModularUI
33+
- Inventory Bogo Sorter
34+
- UntranslatedItems: AlsoFluids
35+
- Universal Tweaks
36+
- CraftTweaker
37+
38+
## Move mods
39+
- RealBench -> RealBench: Nomi-CEu-Edition
40+
41+
## Formally introduced from compatibility mods
42+
- AE2 Stuff
43+
44+
## New machine(From GTExpert-Core)
45+
- Advanced Chemical Plant
46+
- Add Advanced Gas Collector
47+
48+
## New recipes
49+
### AE2 Unofficial Extended Life
50+
- Craft of interface with NBT
51+
- ME Import Bus
52+
- ME Export Bus
53+
- ME Fluid Import Bus
54+
- ME Fluid Export Bus
55+
56+
### AE Additions
57+
- ME Ore Dictionary Export Bus
58+
59+
### AE2 Fluid Crafting Rework
60+
- Craft of interface with NBT
61+
62+
* * *
63+
164
# v2.5.6
265
## Modpack information
366
- They no longer have a piece of paper with inventory contents at the time of death. This change eliminates the odd bug in plugin servers like CatServer and Magma.
@@ -14,7 +77,7 @@
1477
## Update mods
1578
- GregTech CE: Unofficial
1679
- GregTech Food Option
17-
- GTExpert2 Core Mod
80+
- GTExpert-Core
1881
- LoliASM
1982
- Modern Splash
2083
- CraftTweaker
@@ -30,7 +93,7 @@
3093

3194
## Move mods
3295
- Resource Loader -> TX Loader
33-
- Zen Utils -> GTExpert2 Core Mod
96+
- Zen Utils -> GTExpert-Core
3497

3598
## Update recipes
3699
### AE2 Unofficial Extended Life
@@ -72,10 +135,11 @@
72135
- Inventory Bogo Sorter
73136
- CraftTweaker
74137
- Zen Utils
75-
- GTExpert2 Core Mod
138+
- GTExpert-Core
76139
- BisectHosting Server Integration Menu
77140
- LoliASM
78141
- MixinBooter
142+
- Entity Culling
79143

80144
## Add mod
81145
- RenderLib

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
- [Compact Machines](https://www.curseforge.com/minecraft/mc-mods/compact-machines)
3838
- For those who want to build a minimalist factory.
3939
- I think practicality starts with EV...?
40-
- [AE2Sutff](https://www.curseforge.com/minecraft/mc-mods/ae2-stuff)
41-
- You want to make AE wireless?
4240
- [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
4341
- You want to make RF wireless?
4442
- [ME Capability Adapter](https://www.curseforge.com/minecraft/mc-mods/capability-adapter)

manifest.json

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
},
2727
{
2828
"projectID": 624243,
29-
"fileID": 4786371,
29+
"fileID": 4856895,
3030
"required": true
3131
},
3232
{
3333
"projectID": 632327,
34-
"fileID": 4797903,
34+
"fileID": 4856848,
3535
"required": true
3636
},
3737
{
@@ -66,7 +66,7 @@
6666
},
6767
{
6868
"projectID": 564858,
69-
"fileID": 4701685,
69+
"fileID": 4910674,
7070
"required": true
7171
},
7272
{
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"projectID": 570458,
94-
"fileID": 4812257,
94+
"fileID": 4851091,
9595
"required": true
9696
},
9797
{
@@ -140,8 +140,8 @@
140140
"required": true
141141
},
142142
{
143-
"projectID": 237414,
144-
"fileID": 2505261,
143+
"projectID": 945503,
144+
"fileID": 4941450,
145145
"required": true
146146
},
147147
{
@@ -166,7 +166,7 @@
166166
},
167167
{
168168
"projectID": 297038,
169-
"fileID": 4752213,
169+
"fileID": 4894684,
170170
"required": true
171171
},
172172
{
@@ -216,12 +216,12 @@
216216
},
217217
{
218218
"projectID": 477021,
219-
"fileID": 4808666,
219+
"fileID": 4904513,
220220
"required": true
221221
},
222222
{
223223
"projectID": 557242,
224-
"fileID": 4799055,
224+
"fileID": 4924179,
225225
"required": true
226226
},
227227
{
@@ -231,7 +231,7 @@
231231
},
232232
{
233233
"projectID": 239197,
234-
"fileID": 4775347,
234+
"fileID": 4933352,
235235
"required": true
236236
},
237237
{
@@ -521,7 +521,7 @@
521521
},
522522
{
523523
"projectID": 623955,
524-
"fileID": 4804730,
524+
"fileID": 4845148,
525525
"required": true
526526
},
527527
{
@@ -531,7 +531,7 @@
531531
},
532532
{
533533
"projectID": 705000,
534-
"fileID": 4704976,
534+
"fileID": 4929573,
535535
"required": true
536536
},
537537
{
@@ -591,7 +591,7 @@
591591
},
592592
{
593593
"projectID": 851103,
594-
"fileID": 4820325,
594+
"fileID": 4928166,
595595
"required": true
596596
},
597597
{
@@ -611,7 +611,7 @@
611611
},
612612
{
613613
"projectID": 884359,
614-
"fileID": 4817142,
614+
"fileID": 4883834,
615615
"required": true
616616
},
617617
{
@@ -621,7 +621,7 @@
621621
},
622622
{
623623
"projectID": 883600,
624-
"fileID": 4817207,
624+
"fileID": 4942862,
625625
"required": true
626626
},
627627
{
@@ -641,7 +641,7 @@
641641
},
642642
{
643643
"projectID": 409087,
644-
"fileID": 4620881,
644+
"fileID": 4923453,
645645
"required": true
646646
},
647647
{
@@ -658,6 +658,16 @@
658658
"projectID": 260824,
659659
"fileID": 2755798,
660660
"required": true
661+
},
662+
{
663+
"projectID": 70496,
664+
"fileID": 4675629,
665+
"required": true
666+
},
667+
{
668+
"projectID": 225194,
669+
"fileID": 2491032,
670+
"required": true
661671
}
662672
],
663673
"overrides": "overrides"

modlist.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<li><a href="https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library">p455w0rd's Library (by TheRealp455w0rd)</a></li>
2525
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bisecthosting-server-integration-menu-forge">BisectHosting Server Integration Menu [FORGE] (by BisectHosting)</a></li>
2626
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-one-probe-community-edition">The One Probe Community Edition (by xuanyu)</a></li>
27-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/realbench">RealBench (by Prototik)</a></li>
27+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/realbench-nomi-ceu">RealBench: Nomi-CEu-Edition (by IntegerLimit_)</a></li>
2828
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-ultimine-forge">FTB Ultimine (Forge) (by FTB)</a></li>
2929
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-null-no_rce">/dank/null/no_RCE/ (by jbredwards)</a></li>
3030
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-advancements">Better Advancements (by way2muchnoise)</a></li>
@@ -127,4 +127,6 @@
127127
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nothirium">Nothirium (by meldexun)</a></li>
128128
<li><a href="https://www.curseforge.com/minecraft/mc-mods/hesperus">燐/Hesperus (by kappa_maintainer)</a></li>
129129
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-redstone-cbe">Wireless Redstone CBE (by covers1624)</a></li>
130+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bdlib">BdLib (by bdew)</a></li>
131+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-stuff/">AE2 Stuff (by bdew)</a></li>
130132
</ul>
Binary file not shown.

overrides/config/ChickenChunks.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
players
66
{
77
#Forge gives everyone 12500 by default
8-
DEFAULT=50
8+
DEFAULT=0
99
#For server op's only.
10-
OP=100
10+
OP=0
1111
}
1212

1313
#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add <username>=<true|false>
@@ -20,7 +20,7 @@ allowoffline
2020
#Set to false to deny a player access to the chunk viewer
2121
allowchunkviewer
2222
{
23-
DEFAULT=true
23+
DEFAULT=false
2424
OP=true
2525
}
2626

0 commit comments

Comments
 (0)