File Details
agritechtrees-1.1.1.jar
- R
- May 21, 2025
- 116.34 KB
- 616
- 1.21.1
- NeoForge
File Name
agritechtrees-1.1.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Version 1.1.1
Improved Config Error Logging
- Error logs are now written to a dedicated folder:
config/agritechtrees/config_logs/. - Each error session creates a timestamped log file, preserving history for debugging.
- Makes it easier to track config issues across multiple sessions and reloads.
Hot-Reload Safe Logging
- Reloading configs via
/agritechtrees reloadwill now reset and recreate the error logger. - Fixes an issue where new log files were created but left empty due to logger reuse by Log4j.
- Ensures that all errors are captured in their respective reload session log file.
Commands
/agritechtrees reload sasplingsnow properly clears the error log state before reloading crop config.- Error handling improved: config parsing exceptions won't silently fail or get lost in old logs.
Bug Fixes
- Fixed: Empty error log files being created on config hot-reload while errors were still written to the original file.
- Fixed: Logger not resetting correctly between reloads, leading to confusing log behavior.

