Skip to content

Commit 4eb1ca5

Browse files
committed
Update mods
- GTConsolidate - Had Enough Items
1 parent 9fec4a3 commit 4eb1ca5

File tree

7 files changed

+12
-50
lines changed

7 files changed

+12
-50
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
rm -vf .minecraft/mods/InGameInfoXML-*
106106
rm -vf .minecraft/mods/oauth-*
107107
rm -vf .minecraft/mods/UntranslatedItems-*
108-
rm -vf .minecraft/mods/vintagefix-*
109108
mv -vf .minecraft/* ./
110109
zip -r artifacts/${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip docker-compose.yml PleaseRead.txt log4j2_112-116.xml Install.* ServerStart.* settings.* TmuxServer.sh config/ local/ mods/ resources/ scripts/
111110
fi

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
rm -vf .minecraft/mods/InGameInfoXML-*
103103
rm -vf .minecraft/mods/oauth-*
104104
rm -vf .minecraft/mods/UntranslatedItems-*
105-
rm -vf .minecraft/mods/vintagefix-*
106105
mv -vf .minecraft/* ./
107106
zip -r artifacts/${{ env.NAME }}-${{ env.VERSION_NORMAL }}-server.zip docker-compose.yml PleaseRead.txt log4j2_112-116.xml Install.* ServerStart.* settings.* TmuxServer.sh config/ local/ mods/ resources/ scripts/
108107
fi

CHANGELOG_v2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
## Remove mods
2020
- Bansoukou (4.3.1)
2121
- Valkyrie (0.3)
22+
- VintageFix (0.6.2)
2223

2324
## New mods
2425
- AE2UEL Wireless Universal Terminal (1.2.6)
2526
- Key Binding Patch (1.3.3.3)
2627
- VintageDisplay (1.3)
27-
- SussyPatches (1.9.0)
28+
- SussyPatches (1.9.2)
2829

2930
## Update mods
3031
- AE2 Unofficial Extended Life (0.56.5 -> 0.56.7)
@@ -34,11 +35,11 @@
3435
- EZStorage 2 Patch (1.4.1 -> 1.5.0)
3536
- Fixeroo (2.3.6b -> 2.3.6)
3637
- Forgelin-Continuous (2.2.0.0 -> 2.2.21.0)
37-
- GTConsolidate (1.0.7.7 -> 1.1.0)
38+
- GTConsolidate (1.0.7.7 -> 1.1.0.2)
3839
- GTExpertCore (2.4.11 -> 2.5.2)
3940
- Inventory Bogo Sorter (1.4.8 -> 1.5.0)
4041
- JEI Utilities (0.2.11 -> 0.2.13)
41-
- Had Enough Items (4.28.1 -> 4.29.9)
42+
- Had Enough Items (4.28.1 -> 4.29.11)
4243
- Hot or Not GTCEu (1.2.0 -> 1.3.0)
4344
- MixinBooter (9.4 -> 10.7)
4445
- ModularUI (2.4.3 -> 3.0.4)

manifest.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,7 @@
446446
},
447447
{
448448
"projectID": 557549,
449-
"fileID": 7178243,
450-
"required": true
451-
},
452-
{
453-
"projectID": 871198,
454-
"fileID": 6609247,
449+
"fileID": 7237286,
455450
"required": true
456451
},
457452
{
@@ -686,7 +681,7 @@
686681
},
687682
{
688683
"projectID": 1178654,
689-
"fileID": 7224393,
684+
"fileID": 7255506,
690685
"required": true
691686
},
692687
{
@@ -716,7 +711,7 @@
716711
},
717712
{
718713
"projectID": 1319894,
719-
"fileID": 7174151,
714+
"fileID": 7252924,
720715
"required": true
721716
},
722717
{

modlist.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<li><a href="https://www.curseforge.com/minecraft/mc-mods/catwalks-4">Catwalks 4 (by dmf444)</a></li>
8787
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cb-multipart">CB Multipart (by covers1624)</a></li>
8888
<li><a href="https://www.curseforge.com/minecraft/mc-mods/had-enough-items">Had Enough Items (by cleanroommc)</a></li>
89-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/vintagefix">VintageFix (by embeddedt)</a></li>
9089
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterer-p2p">Betterer P2P (by dyedquartz)</a></li>
9190
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dans-mouse-tweaks">dan's Mouse Tweaks (by cleanroommc)</a></li>
9291
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lolasm">CensoredASM (by Rongmario)</a></li>

overrides/config/stellar_core.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ general {
341341
# (Client/Server Performance) Improve the data structure of NBTTagCompound and NBTTagList and optimise the performance of matching, fetching and copying.
342342
# May conflict with other mods optimised for NBT.
343343
# Known to conflict with CensoredASM's `optimizeNBTTagCompoundBackingMap` and `nbtBackingMapStringCanonicalization` option.
344-
B:NBTTagImprovements=true
344+
B:NBTTagImprovements=false
345345

346346
# (Client Performance) As the configuration name says, use at your own risk.
347347
B:NoGLError=false
@@ -353,7 +353,7 @@ general {
353353
# Incompatible with some mod's models because they use their own model loader, if you encounter a missing model, please report it to the StellarCore author for manual compatibility.
354354
# Compatible model loader: CTM,LibNine,TConstruct
355355
# Contrary to VintageFix's DynamicResource functionality and therefore incompatible, you can only choose one.
356-
B:ParallelModelLoader=false
356+
B:ParallelModelLoader=true
357357

358358
# Defining which ModelLoader cannot be safely asynchronized to allow StellarCore to load models
359359
# using a synchronous approach, usually requires no modification to it.
@@ -367,7 +367,7 @@ general {
367367

368368
# (Client Performance | Experimental) An feature that uses parallel loading of texture files, improved game loading speed.
369369
# If you get a crash when installing with VintageFix, turn this feature off, or turn off the mixins.texturemap option for VintageFix.
370-
B:ParallelTextureLoad=false
370+
B:ParallelTextureLoad=true
371371

372372
# (Client Performance) Improving PropertyEnum#hashCode Performance with hashCode cache.
373373
B:PropertyEnumHashCodeCache=true
@@ -380,7 +380,7 @@ general {
380380
# When installed with CensoredASM, turn off the `resourceLocationCanonicalization` feature of CensoredASM.
381381
# StellarCore already has backend integration for it.
382382
# Note: This feature may have a large impact on load times.
383-
B:ResourceLocationCanonicalization=true
383+
B:ResourceLocationCanonicalization=false
384384

385385
# (Client/Server Performance) ResourceLocationCanonicalization Available when enabled, makes the operation process asynchronous,
386386
# dramatically reduces the impact on startup time, but uses more memory (mainly in client model loading, very much more memory) during loading,
@@ -398,7 +398,7 @@ general {
398398
# The main principle is to cache the Stitcher's splicing results and save them to the hard drive for next time reading, so
399399
# you need to pre-launch the game once before you can see the effect.
400400
# Not compatible with VintageFix's DynamicResource, but should work well with VintageFix's TurboStitcher.
401-
B:StitcherCache=false
401+
B:StitcherCache=true
402402

403403
# (Client Performance) Clearing the cache after loading a model, significantly reduce memory usage.
404404
# But it may cause some mod's models to be messed up after reloading ResourcePacks,

overrides/config/vintagefix.properties

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)