File Details
LogFilter 1.1.0 (Forge 1.20.1)
- R
- Jul 8, 2026
- 22.06 KB
- 12
- 1.20.1
- Forge
File Name
logfilter-forge-1.20.1-1.1.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog
1.1.0
- Attach the filter during early bootstrap (Fabric preLaunch, Forge/NeoForge mixin config plugin) so log spam emitted before mod init can be suppressed.
- Re-attach on log4j2 reconfiguration, which FML performs during mod loading and would otherwise drop the filter. This is what lets rules like
uses unexpected schematake effect.