Skip to content

Commit ea0e4f4

Browse files
committed
Update mods & recipes
1 parent d985234 commit ea0e4f4

File tree

6 files changed

+207
-17
lines changed

6 files changed

+207
-17
lines changed

CHANGELOG_v2.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
- Many Quests have been fixed.
1010
- Fix quests related to NBT tags.
1111

12+
## Update recipes
13+
### AE2 Sutff Unofficial
14+
- Wireless Connector
15+
- Wireless Connector Hub
16+
17+
### Flux Networks
18+
- Flux Controller
19+
- Flux Plug
20+
- Flux Point
21+
1222
## Disable mods
1323
- Advanced Backups
1424
- Flare (Spark for 1.12.2)
@@ -24,10 +34,11 @@
2434
- VintageFix (0.6.2)
2535

2636
## New mods
27-
- AE2UEL Wireless Universal Terminal (1.2.6)
37+
- AE2UEL Wireless Universal Terminal (1.2.7)
2838
- Key Binding Patch (1.3.3.3)
29-
- VintageDisplay (1.5)
39+
- RandomComplement (1.8.2)
3040
- SussyPatches (1.9.2)
41+
- VintageDisplay (1.5)
3142

3243
## Update mods
3344
- AE2 Unofficial Extended Life (0.56.5 -> 0.56.7)
@@ -39,15 +50,15 @@
3950
- EZStorage 2 Patch (1.4.1 -> 1.5.0)
4051
- Fixeroo (2.3.6b -> 2.3.6)
4152
- Forgelin-Continuous (2.2.0.0 -> 2.2.21.0)
42-
- GTConsolidate (1.0.7.7 -> 1.1.0.4.1)
53+
- GTConsolidate (1.0.7.7 -> 1.1.1)
4354
- GTExpertCore (2.4.11 -> 2.5.4)
4455
- Inventory Bogo Sorter (1.4.8 -> 1.5.0)
4556
- JEI Utilities (0.2.11 -> 0.2.13)
4657
- Had Enough Items (4.28.1 -> 4.29.12)
4758
- Hot or Not GTCEu (1.2.0 -> 1.3.0)
4859
- MixinBooter (9.4 -> 10.7)
4960
- ModularUI (2.4.3 -> 3.0.5)
50-
- PackagedAuto (1.0.19.66 -> 1.0.23.72)
61+
- PackagedAuto (1.0.19.66 -> 1.0.23.73)
5162
- UniLib (1.1.1 -> 1.2.0)
5263
- Universal Tweaks (1.14.0 -> 1.17.0)
5364

manifest.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
},
322322
{
323323
"projectID": 308380,
324-
"fileID": 7222356,
324+
"fileID": 7329681,
325325
"required": true
326326
},
327327
{
@@ -681,7 +681,7 @@
681681
},
682682
{
683683
"projectID": 1178654,
684-
"fileID": 7297009,
684+
"fileID": 7331068,
685685
"required": true
686686
},
687687
{
@@ -696,7 +696,7 @@
696696
},
697697
{
698698
"projectID": 1196988,
699-
"fileID": 7151043,
699+
"fileID": 7328672,
700700
"required": true
701701
},
702702
{
@@ -718,6 +718,11 @@
718718
"projectID": 692142,
719719
"fileID": 6598523,
720720
"required": false
721+
},
722+
{
723+
"projectID": 1198138,
724+
"fileID": 7290688,
725+
"required": false
721726
}
722727
],
723728
"overrides": "overrides"

modlist.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,5 @@
139139
<li><a href="https://www.curseforge.com/minecraft/mc-mods/vintagedisplay"></a>VintageDisplay (by Irgendwer)</a></li>
140140
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sussypatches"></a>SussyPatches (by Tian_mi)</a></li>
141141
<li><a href="https://www.curseforge.com/minecraft/mc-mods/flare"></a>Flare (Spark for 1.12.2) (by CleanroomMC)</a></li>
142+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/random-complement"></a>RandomComplement (by Circulate233)</a></li>
142143
</ul>
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Configuration file
2+
3+
general {
4+
5+
ae2 {
6+
# Sets the texture index used for the crafting item slot
7+
# Min: 0
8+
# Max: 6
9+
I:CraftingSlotTextureIndex=1
10+
11+
# Disable the Build permission check for AE2's security station
12+
B:SecurityCache=true
13+
14+
# Make the grid always think it's full of energy
15+
B:debugEnergy=false
16+
17+
# Use the new Patten Terminal Gui
18+
B:newPattenGui=true
19+
}
20+
21+
ic2 {
22+
# The additional energy storage provided by each Energy Storage Upgrade
23+
I:energyStorageEnergy=10000
24+
25+
# The increased energy consumption caused by each Overclocker Upgrade
26+
D:overclockerEnergy=1.6
27+
28+
# The reduced processing time effected by each Overclocker Upgrade
29+
D:overclockerTime=0.7
30+
}
31+
32+
lazyae {
33+
# Fixes related to the lazy ae feature may occasionally introduce errors; disabling it can prevent such issues.
34+
B:EnableRepair=true
35+
}
36+
37+
te5 {
38+
# Set the efficiency of the Fuel Catalyzer, which defaults to 15
39+
I:FuelCatalyzer=15
40+
41+
# Whether to enable energy consumption boost, just like the original upgrade state
42+
B:FuelCatalyzerQuantityChanges=true
43+
44+
# Whether to enable energy consumption boost, just like the original upgrade state
45+
B:IncreasedEnergyConsumption=false
46+
47+
# The maximum chance of modifying an item to be reused is 100
48+
B:SecondaryProbability=true
49+
50+
# Prevent the Thermal Expansion Cyclic Assembler from operating when the output slot contains items to avoid potential bugs
51+
B:SequentialFabricatorMixin=true
52+
}
53+
54+
ftbu {
55+
# Change the name of the nbtedit command of FTB
56+
B:ModifyCmdEditNBT=false
57+
}
58+
59+
tf5 {
60+
# When the offhand has a red map and the player is crouching, cancel the clear setting
61+
B:RedDiagramOfTheDeputy=true
62+
}
63+
64+
botania {
65+
# Allow the use of sparks on Botanical Brewery
66+
B:BrewerySparkSupport=false
67+
68+
# Fix some bugs. If there is a problem as a result, it should be closed
69+
B:BugFix=true
70+
71+
# Allow flor geradora to directly link to the mana pool
72+
B:FlowerLinkPool=false
73+
74+
# Allow the use of sparks on Runic Altar
75+
B:RuneAltarSparkSupport=false
76+
77+
# If false, Spark Support will not take effect
78+
B:SparkSupport=false
79+
}
80+
81+
cofhcohe {
82+
# Modify the number of upgrades that can be placed in slots
83+
# Min: 1
84+
# Max: 64
85+
I:SocketLimitModified=1
86+
}
87+
88+
nee {
89+
# Whether to enable NEE compatibility for ae2exttable.
90+
B:ae2e=true
91+
}
92+
93+
}
94+
95+

overrides/scripts/normal/AE2Sutff.zs

Lines changed: 82 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Imports
2+
import crafttweaker.item.IItemStack;
23
import mods.jei.JEI;
34

45

@@ -13,20 +14,97 @@ JEI.removeAndHide(<ae2stuff:grower>);
1314
JEI.removeAndHide(<ae2stuff:inscriber>);
1415

1516
# Wireless Connector
16-
recipes.remove(<ae2stuff:wireless>);
17+
val connectors as IItemStack[] = [
18+
<ae2stuff:wireless:1>,
19+
<ae2stuff:wireless:2>,
20+
<ae2stuff:wireless:3>,
21+
<ae2stuff:wireless:4>,
22+
<ae2stuff:wireless:5>,
23+
<ae2stuff:wireless:6>,
24+
<ae2stuff:wireless:7>,
25+
<ae2stuff:wireless:8>,
26+
<ae2stuff:wireless:9>,
27+
<ae2stuff:wireless:10>,
28+
<ae2stuff:wireless:11>,
29+
<ae2stuff:wireless:12>,
30+
<ae2stuff:wireless:13>,
31+
<ae2stuff:wireless:14>,
32+
<ae2stuff:wireless:15>,
33+
<ae2stuff:wireless:16>
34+
];
35+
for connector in connectors {
36+
recipes.remove(connector);
37+
<ore:ae2stuffConnectors>.addItems([connector]);
38+
}
39+
<ore:ae2stuffConnectors>.addItems([<ae2stuff:wireless:0>]);
40+
recipes.removeByRecipeName("ae2stuff:recipe1");
1741
assembler.recipeBuilder()
1842
.circuit(2)
1943
.inputs([
2044
<appliedenergistics2:material:24> * 4,
2145
<gtexpert:meta_item_1:1> * 2,
2246
<appliedenergistics2:material:41>,
23-
<gregtech:machine_casing:6>
47+
<gregtech:machine_casing:4>
2448
])
2549
.fluidInputs([<liquid:fluix_alloy> * 1152])
26-
.outputs([<ae2stuff:wireless>])
50+
.outputs([<ae2stuff:wireless:0>])
2751
.duration(20)
28-
.EUt(30720)
52+
.EUt(1920)
2953
.buildAndRegister();
54+
for i, connector in connectors {
55+
chemical_bath.recipeBuilder()
56+
.inputs([<ore:ae2stuffConnectors>])
57+
.fluidInputs([colorLiquid[i] * 18])
58+
.outputs([connector])
59+
.duration(20)
60+
.EUt(7)
61+
.buildAndRegister();
62+
}
63+
64+
# Wireless Connector Hub
65+
val hubs as IItemStack[] = [
66+
<ae2stuff:wireless_hub:1>,
67+
<ae2stuff:wireless_hub:2>,
68+
<ae2stuff:wireless_hub:3>,
69+
<ae2stuff:wireless_hub:4>,
70+
<ae2stuff:wireless_hub:5>,
71+
<ae2stuff:wireless_hub:6>,
72+
<ae2stuff:wireless_hub:7>,
73+
<ae2stuff:wireless_hub:8>,
74+
<ae2stuff:wireless_hub:9>,
75+
<ae2stuff:wireless_hub:10>,
76+
<ae2stuff:wireless_hub:11>,
77+
<ae2stuff:wireless_hub:12>,
78+
<ae2stuff:wireless_hub:13>,
79+
<ae2stuff:wireless_hub:14>,
80+
<ae2stuff:wireless_hub:15>,
81+
<ae2stuff:wireless_hub:16>
82+
];
83+
for hub in hubs {
84+
recipes.remove(hub);
85+
<ore:ae2stuffConnectorHubs>.addItems([hub]);
86+
}
87+
<ore:ae2stuffConnectorHubs>.addItems([<ae2stuff:wireless_hub:0>]);
88+
recipes.removeByRecipeName("ae2stuff:recipe2");
89+
assembler.recipeBuilder()
90+
.circuit(1)
91+
.inputs([
92+
<ore:ae2stuffConnectors> * 8,
93+
<metaitem:sensor.luv>
94+
])
95+
.outputs([<ae2stuff:wireless_hub:0>])
96+
.duration(20)
97+
.EUt(7680)
98+
.buildAndRegister();
99+
for i, hub in hubs {
100+
chemical_bath.recipeBuilder()
101+
.inputs([<ore:ae2stuffConnectorHubs>])
102+
.fluidInputs([colorLiquid[i] * 18])
103+
.outputs([hub])
104+
.duration(20)
105+
.EUt(7)
106+
.buildAndRegister();
107+
}
30108

31109

32110

overrides/scripts/specific/FluxNetworks.zs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ assembler.recipeBuilder()
4040
<appliedenergistics2:smooth_sky_stone_block>
4141
])
4242
.outputs([<fluxnetworks:fluxplug>])
43-
.duration(2000)
44-
.EUt(1920)
43+
.duration(200)
44+
.EUt(30720)
4545
.buildAndRegister();
4646

4747
# Flux Point
@@ -55,8 +55,8 @@ assembler.recipeBuilder()
5555
<appliedenergistics2:smooth_sky_stone_block>
5656
])
5757
.outputs([<fluxnetworks:fluxpoint>])
58-
.duration(2000)
59-
.EUt(1920)
58+
.duration(200)
59+
.EUt(30720)
6060
.buildAndRegister();
6161

6262
# Flux Controller
@@ -71,8 +71,8 @@ assembler.recipeBuilder()
7171
<appliedenergistics2:smooth_sky_stone_block>
7272
])
7373
.outputs([<fluxnetworks:fluxcontroller>])
74-
.duration(2000)
75-
.EUt(1920)
74+
.duration(200)
75+
.EUt(30720)
7676
.buildAndRegister();
7777

7878
# Flux Storage

0 commit comments

Comments
 (0)