Skip to content

Commit 3470836

Browse files
committed
update to version 2.24.0+222
1 parent 3441335 commit 3470836

11 files changed

+104
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
2.23.0+220
1+
2.24.0+222
22

3-
• add mod AE2 Utilities
4-
• add mod Mixin Booter
5-
• add mod Not Enough Energistics
6-
7-
• update mod Combo Armors
83
• update mod Dimensional Doors
94
• update mod Energy Control
10-
• update mod Floralis
11-
• update mod Hammer Lib
12-
• update mod Myst Library
13-
14-
• add config Agricraft
15-
• add config Not Enough Energistics
5+
• update mod Foam Fix
6+
• update mod Mixin Booter
167

8+
• update config Dimensional Doors
179
• update config Energy Control
10+
• update config Foam Fix
11+
12+
• fix console output formatting

config/dimdoors.cfg

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ general {
1212
B:closeDoorBehind=true
1313
I:depthSpreadFactor=20
1414
B:riftBoundingBoxInCreative=false
15-
16-
# Min: 0.0
17-
# Max: 1.7976931348623157E308
1815
D:riftCloseSpeed=1.0
1916

2017
# Min: 0.0
@@ -42,6 +39,9 @@ graphics {
4239

4340

4441
limbo {
42+
S:blockLimboDecayBlackList <
43+
>
44+
B:enableLimboDecay=true
4545
B:hardcoreLimbo=false
4646
B:universalLimbo=false
4747
}
@@ -75,6 +75,21 @@ pockets {
7575
}
7676

7777

78+
rifts {
79+
S:blockRiftDecayBlackList <
80+
>
81+
B:enableRiftDecay=true
82+
B:enableRiftDecayDropsWorldThread=true
83+
B:enableRifts=true
84+
I:maxRiftSize=-1
85+
B:riftBoundingBoxInCreative=false
86+
87+
# Min: 0.0
88+
# Max: 1.7976931348623157E308
89+
D:riftCloseSpeed=1.0
90+
}
91+
92+
7893
world {
7994
I:clusterDimBlacklist <
8095
>

config/energycontrol.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ general {
3434
I:wsRefreshRate=100
3535
S:wsServerID=d730ef1e-68a2-4fc9-aa82-42edcd95aae0
3636
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf
37+
38+
websocket {
39+
B:wsEnabled=false
40+
S:wsHost=
41+
I:wsPort=0
42+
I:wsRefreshRate=100
43+
S:wsServerID=813e6dab-27ba-45e5-bdb1-ec713f21a7c8
44+
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf
45+
}
46+
3747
}
3848

3949

config/foamfix.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ client {
3434
# Faster/less memory-churning construction mechanism for ModelResourceLocation objects. Identified by malte0811 in FerriteCore - implemented in a distinct way. [default: true]
3535
B:modelResourceLocationFastConstruct=true
3636

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

41+
# More optimized multipart model condition storage. Inspired by malte0811's research. Now not broken! [default: true]
42+
B:smallModelConditionsV2=true
43+
4044
# Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true]
4145
B:wipeModelCache=true
4246
}

log4j2_server.xml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Configuration status="WARN" packages="com.mojang.util">
3+
<Appenders>
4+
<Console name="FmlSysOut" target="SYSTEM_OUT">
5+
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
6+
</Console>
7+
<Console name="SysOut" target="SYSTEM_OUT">
8+
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
9+
</Console>
10+
<Queue name="ServerGuiConsole" ignoreExceptions="true">
11+
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
12+
</Queue>
13+
<RollingRandomAccessFile name="File" fileName="logs/latest.log" filePattern="logs/%d{yyyy-MM-dd}-%i.log.gz">
14+
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
15+
<Policies>
16+
<TimeBasedTriggeringPolicy />
17+
<OnStartupTriggeringPolicy />
18+
</Policies>
19+
</RollingRandomAccessFile>
20+
<Routing name="FmlFile">
21+
<Routes pattern="$${ctx:side}">
22+
<Route>
23+
<RollingRandomAccessFile name="FmlFile" fileName="logs/fml-${ctx:side}-latest.log" filePattern="logs/fml-${ctx:side}-%i.log">
24+
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger/%X{mod}]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
25+
<DefaultRolloverStrategy max="3" fileIndex="max" />
26+
<Policies>
27+
<OnStartupTriggeringPolicy />
28+
</Policies>
29+
</RollingRandomAccessFile>
30+
</Route>
31+
<Route key="$${ctx:side}">
32+
<RandomAccessFile name="FmlFile" fileName="logs/fml-junk-earlystartup.log" >
33+
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %replace{%msg}{(?i)\u00A7[0-9A-FK-OR]}{}%n" />
34+
</RandomAccessFile>
35+
</Route>
36+
</Routes>
37+
</Routing>
38+
</Appenders>
39+
<Loggers>
40+
<Logger level="info" name="com.mojang" additivity="false">
41+
<AppenderRef ref="SysOut" level="INFO" />
42+
<AppenderRef ref="File" />
43+
<AppenderRef ref="ServerGuiConsole" level="INFO" />
44+
</Logger>
45+
<Logger level="info" name="net.minecraft" additivity="false">
46+
<filters>
47+
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL" />
48+
<RegexFilter regex=".*\$\{[^}]*\}.*" onMatch="DENY" onMismatch="NEUTRAL"/>
49+
</filters>
50+
<AppenderRef ref="SysOut" level="INFO" />
51+
<AppenderRef ref="File" />
52+
<AppenderRef ref="ServerGuiConsole" level="INFO" />
53+
</Logger>
54+
<Root level="all">
55+
<filters>
56+
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL"/>
57+
<RegexFilter regex=".*\$\{[^}]*\}.*" onMatch="DENY" onMismatch="NEUTRAL"/>
58+
</filters>
59+
<AppenderRef ref="FmlSysOut" level="INFO" />
60+
<AppenderRef ref="ServerGuiConsole" level="INFO" />
61+
<AppenderRef ref="FmlFile"/>
62+
</Root>
63+
</Loggers>
64+
</Configuration>
-1.43 MB
Binary file not shown.
1.19 MB
Binary file not shown.

mods/foamfix-0.10.14-1.12.2.jar

-237 KB
Binary file not shown.

0 commit comments

Comments
 (0)