promotional bannermobile promotional banner

AgriTech: Trees (Legacy)

⚠️ This mod is no longer maintained. AgriTech supersedes it.

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

NeoForge

implementation "curse.maven:agritech-trees-automated-trees-1247021:6553575"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 reload will 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 sasplings  now 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.