Skip to content

Commit

Permalink
update to version 2.24.0+222
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Oct 14, 2022
1 parent 3441335 commit 3470836
Show file tree
Hide file tree
Showing 11 changed files with 104 additions and 16 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
2.23.0+220
2.24.0+222

• add mod AE2 Utilities
• add mod Mixin Booter
• add mod Not Enough Energistics

• update mod Combo Armors
• update mod Dimensional Doors
• update mod Energy Control
• update mod Floralis
• update mod Hammer Lib
• update mod Myst Library

• add config Agricraft
• add config Not Enough Energistics
• update mod Foam Fix
• update mod Mixin Booter

• update config Dimensional Doors
• update config Energy Control
• update config Foam Fix

• fix console output formatting
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=813e6dab-27ba-45e5-bdb1-ec713f21a7c8
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
64 changes: 64 additions & 0 deletions log4j2_server.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN" packages="com.mojang.util">
<Appenders>
<Console name="FmlSysOut" target="SYSTEM_OUT">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
</Console>
<Console name="SysOut" target="SYSTEM_OUT">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
</Console>
<Queue name="ServerGuiConsole" ignoreExceptions="true">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
</Queue>
<RollingRandomAccessFile name="File" fileName="logs/latest.log" filePattern="logs/%d{yyyy-MM-dd}-%i.log.gz">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
<Policies>
<TimeBasedTriggeringPolicy />
<OnStartupTriggeringPolicy />
</Policies>
</RollingRandomAccessFile>
<Routing name="FmlFile">
<Routes pattern="$${ctx:side}">
<Route>
<RollingRandomAccessFile name="FmlFile" fileName="logs/fml-${ctx:side}-latest.log" filePattern="logs/fml-${ctx:side}-%i.log">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger/%X{mod}]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
<DefaultRolloverStrategy max="3" fileIndex="max" />
<Policies>
<OnStartupTriggeringPolicy />
</Policies>
</RollingRandomAccessFile>
</Route>
<Route key="$${ctx:side}">
<RandomAccessFile name="FmlFile" fileName="logs/fml-junk-earlystartup.log" >
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
</RandomAccessFile>
</Route>
</Routes>
</Routing>
</Appenders>
<Loggers>
<Logger level="info" name="com.mojang" additivity="false">
<AppenderRef ref="SysOut" level="INFO" />
<AppenderRef ref="File" />
<AppenderRef ref="ServerGuiConsole" level="INFO" />
</Logger>
<Logger level="info" name="net.minecraft" additivity="false">
<filters>
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL" />
<RegexFilter regex=".*\$\{[^}]*\}.*" onMatch="DENY" onMismatch="NEUTRAL"/>
</filters>
<AppenderRef ref="SysOut" level="INFO" />
<AppenderRef ref="File" />
<AppenderRef ref="ServerGuiConsole" level="INFO" />
</Logger>
<Root level="all">
<filters>
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex=".*\$\{[^}]*\}.*" onMatch="DENY" onMismatch="NEUTRAL"/>
</filters>
<AppenderRef ref="FmlSysOut" level="INFO" />
<AppenderRef ref="ServerGuiConsole" level="INFO" />
<AppenderRef ref="FmlFile"/>
</Root>
</Loggers>
</Configuration>
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 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 3470836

Please sign in to comment.