-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
104 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 renamed
BIN
+7.38 MB
mods/DimensionalDoors-3.0.9-288.jar → mods/DimensionalDoors-1.12.2-3.0.12.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.