Skip to content

Commit 4c99431

Browse files
committed
Fix cfg
1 parent b801088 commit 4c99431

File tree

7 files changed

+28
-24
lines changed

7 files changed

+28
-24
lines changed

CHANGELOG_v2.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
## Modpack information
33
- Fix HV/LuV Prospector's quest.
44
- Fix LV/HV Item magnet quest.
5+
- Temporarily revert the version of the EnderStorage continuation server crash issue, as the author left it unresolved.
6+
- ExtraCPUs has decided to fully migrate to NAE2. Please search the factory and make the transition.
7+
- Also, Network Visualiser should be changed to one made by AE2 Stuff.
58

69
## Update resourcepack
710
- GhaTech
811

12+
## Downgrade mods
13+
- EnderStorage continuation (2.6.2 -> 2.5.0)
14+
15+
## Move mods
16+
- Extra CPUs (1.2.1) -> Neeve's AE2: Extended Life Additions (1.6.4)
17+
- AE2 Network Visualiser (1.0.3.0) -> AE2 Stuff Unofficial (0.9)
18+
919
## Update mods
1020
- AE2 Fluid Crafting Rework (2.6.2 -> 2.6.4)
1121
- CraftTweaker (4.1.20.698 -> 4.1.20.700)
@@ -61,7 +71,7 @@
6171
- GregTech Food Option (1.11.1 -> 1.11.2.1)
6272
- GTExpert-Core (2.1.6 -> 2.2.4)
6373
- Had Enough Items (4.25.4 -> 4.25.5)
64-
- Neeve's AE2: Extended Life Additions (0.56.4 -> 0.56.6)
74+
- Neeve's AE2: Extended Life Additions (1.6.2 -> 1.6.4)
6575
- PackagedAuto (1.0.13.47 -> 1.0.13.49)
6676
- RenderLib (1.3.4 -> 1.3.5)
6777
- VintageFix (0.4.2 -> 0.5.0)

manifest.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"projectID": 634242,
94-
"fileID": 5463459,
94+
"fileID": 5111624,
9595
"required": true
9696
},
9797
{
@@ -304,11 +304,6 @@
304304
"fileID": 5487266,
305305
"required": true
306306
},
307-
{
308-
"projectID": 321720,
309-
"fileID": 2711427,
310-
"required": true
311-
},
312307
{
313308
"projectID": 228702,
314309
"fileID": 2745545,
@@ -574,11 +569,6 @@
574569
"fileID": 4492858,
575570
"required": true
576571
},
577-
{
578-
"projectID": 408089,
579-
"fileID": 3479639,
580-
"required": true
581-
},
582572
{
583573
"projectID": 870503,
584574
"fileID": 4568625,

modlist.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io-oc-conduits">Ender IO OC Conduits (by HenryLoenwind)</a></li>
5858
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-pattern-terminal">Wireless Pattern Terminal (by TheRealp455w0rd)</a></li>
5959
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-questing-unofficial"></a>Better Questing Unofficial (by CleanroomMC)</a></li>
60-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-network-visualiser">AE2 Network Visualiser (by brandon3055)</a></li>
6160
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-core">Project Red - Core (by MrTJP)</a></li>
6261
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mtlib">MTLib (by Jaredlll08)</a></li>
6362
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-interface-terminal">AE2 Wireless Interface Terminal (by TheRealp455w0rd)</a></li>

overrides/config/Universal Tweaks - Tweaks.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ general {
205205
B:"Armed Armor Stands"=false
206206

207207
# Replaces auto jump with an increased step height (singleplayer only)
208-
B:"Auto Jump Replacement"=true
208+
B:"Auto Jump Replacement"=false
209209

210210
# Enables ignition of entities by right-clicking instead of awkwardly lighting the block under them
211211
B:"Better Ignition"=true
@@ -235,7 +235,7 @@ general {
235235
B:"Disable Creeper Music Discs"=false
236236

237237
# Disables leveling of villager careers, only allowing base level trades
238-
B:"Disable Villager Trade Leveling"=false
238+
B:"Disable Villager Trade Leveling"=true
239239

240240
# Disables restocking of villager trades, only allowing one trade per offer
241241
B:"Disable Villager Trade Restock"=true

overrides/config/betterquesting/DefaultQuests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26253,7 +26253,7 @@
2625326253
"Count:3": 1,
2625426254
"Damage:2": 0,
2625526255
"OreDict:8": "",
26256-
"id:8": "aenetvistool:net_visualizer"
26256+
"id:8": "ae2stuff:visualiser"
2625726257
}
2625826258
},
2625926259
"taskID:8": "bq_standard:retrieval"

overrides/scripts/normal/AE2Sutff.zs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,16 @@ assembler.recipeBuilder()
2727
.duration(20)
2828
.EUt(30720)
2929
.buildAndRegister();
30+
31+
32+
33+
########################################
34+
# Items
35+
########################################
36+
# Network Visualisation Tool
37+
recipes.remove(<ae2stuff:visualiser>);
38+
recipes.addShaped(<ae2stuff:visualiser>, [
39+
[<metaitem:plateAluminium>, <appliedenergistics2:material:43>, <metaitem:plateAluminium>],
40+
[<appliedenergistics2:network_tool>, <metaitem:wireless>, <appliedenergistics2:entropy_manipulator>],
41+
[<metaitem:plateAluminium>, <appliedenergistics2:material:44>, <metaitem:plateAluminium>]
42+
]);

overrides/scripts/normal/AppliedEnergistics.zs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ recipes.addShapeless(<appliedenergistics2:network_tool>, [
7272
<minecraft:chest>, <ore:itemIlluminatedPanel>
7373
]);
7474

75-
# Network Visualization Tool
76-
recipes.remove(<aenetvistool:net_visualizer>);
77-
recipes.addShaped(<aenetvistool:net_visualizer>, [
78-
[<metaitem:plateAluminium>, <appliedenergistics2:material:43>, <metaitem:plateAluminium>],
79-
[<appliedenergistics2:network_tool>, <metaitem:wireless>, <appliedenergistics2:entropy_manipulator>],
80-
[<metaitem:plateAluminium>, <appliedenergistics2:material:44>, <metaitem:plateAluminium>]
81-
]);
82-
8375
# View Cell
8476
recipes.remove(<appliedenergistics2:view_cell>);
8577
recipes.addShaped(<appliedenergistics2:view_cell>, [

0 commit comments

Comments
 (0)