File Details
LogFilter 1.1.0 (Fabric 1.21.1)
- R
- Jul 8, 2026
- 21.37 KB
- 5
- 1.21.1
- Fabric
File Name
logfilter-fabric-1.21.1-1.1.0.jar
Supported Versions
- 1.21.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.