Skip to content

Commit

Permalink
update to version 2.24.0+244
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Oct 14, 2022
1 parent 61bda4f commit 8fc2ba9
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 17 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
2.23.0+242
2.24.0+244

• add mod AE2 Utilities
• add mod Mixin Booter

• update mod Combo Armors
• update mod Custom Loading Screen
• update mod Dimensional Doors
• update mod Energy Control
• update mod Floralis
• update mod Hammer Lib
• update mod Myst Library
• update mod Not Enough Energistics

• add config Agricraft
• update mod Foam Fix
• update mod Mixin Booter

• update config Custom Loading Screen
• update config Custom Main Menu
• update config Dimensional Doors
• update config Energy Control
• update config Not Enough Energistics
• update config Foam Fix
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

"modcounts":
{
"text" : "MC 1.12.2 - ET 2.23.0+242. 175 modifications.",
"text" : "MC 1.12.2 - ET 2.24.0+244. 175 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
Binary file modified config/customloadingscreen_timings.nbt
Binary file not shown.
21 changes: 18 additions & 3 deletions config/dimdoors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ general {
B:closeDoorBehind=true
I:depthSpreadFactor=20
B:riftBoundingBoxInCreative=false

# Min: 0.0
# Max: 1.7976931348623157E308
D:riftCloseSpeed=1.0

# Min: 0.0
Expand Down Expand Up @@ -42,6 +39,9 @@ graphics {


limbo {
S:blockLimboDecayBlackList <
>
B:enableLimboDecay=true
B:hardcoreLimbo=false
B:universalLimbo=false
}
Expand Down Expand Up @@ -75,6 +75,21 @@ pockets {
}


rifts {
S:blockRiftDecayBlackList <
>
B:enableRiftDecay=true
B:enableRiftDecayDropsWorldThread=true
B:enableRifts=true
I:maxRiftSize=-1
B:riftBoundingBoxInCreative=false

# Min: 0.0
# Max: 1.7976931348623157E308
D:riftCloseSpeed=1.0
}


world {
I:clusterDimBlacklist <
>
Expand Down
10 changes: 10 additions & 0 deletions config/energycontrol.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ general {
I:wsRefreshRate=100
S:wsServerID=d730ef1e-68a2-4fc9-aa82-42edcd95aae0
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf

websocket {
B:wsEnabled=false
S:wsHost=
I:wsPort=0
I:wsRefreshRate=100
S:wsServerID=c76c9593-f887-493c-b966-9a4fd1f65ba9
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf
}

}


6 changes: 5 additions & 1 deletion config/foamfix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ client {
# Faster/less memory-churning construction mechanism for ModelResourceLocation objects. Identified by malte0811 in FerriteCore - implemented in a distinct way. [default: true]
B:modelResourceLocationFastConstruct=true

# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
# Fix opening URLs on Linux-based installs. [default: true]
B:openUrlLinux=true
B:smallModelConditions=true

# More optimized multipart model condition storage. Inspired by malte0811's research. Now not broken! [default: true]
B:smallModelConditionsV2=true

# Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true]
B:wipeModelCache=true
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed mods/EnergyControl-1.12.2-0.2.8.jar
Binary file not shown.
Binary file added mods/EnergyControl-1.12.2-0.3.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed mods/foamfix-0.10.14-1.12.2.jar
Binary file not shown.
Binary file added mods/foamfix-0.10.15-1.12.2.jar
Binary file not shown.

0 comments on commit 8fc2ba9

Please sign in to comment.