promotional bannermobile promotional banner

AgriTech: Crops (Legacy)

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

File Details

agritech-1.1.1.jar

  • R
  • May 21, 2025
  • 123.75 KB
  • 646
  • 1.21.1
  • NeoForge

File Name

agritech-1.1.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:agritech-crops-1243116:6553573"
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/agritech/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 /agritech 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

  • /agritech reload crops 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.