promotional bannermobile promotional banner

EverCrops

Plant it, leave it, harvest it. EverCrops gives vanilla crops catch-up growth in unloaded chunks — no ticking, no lag.

File Details

evercrops-neoforge-1.21.1-3.3.1.jar

  • R
  • May 4, 2026
  • 177.14 KB
  • 65
  • 1.21.1
  • NeoForge

File Name

evercrops-neoforge-1.21.1-3.3.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:evercrops-1223739:8035839"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog for EverCrops (NeoForge 1.21.1)

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.3.1] - 2026-5-3

Fixed

  • Beetroot (and any CropBlock subclass that overrides getAgeProperty() to return a property other than CropBlock.AGE) was silently excluded from catch-up tracking. The CropBlockMixin guard and ModEvents.isTracked() now use virtual dispatch via getAgeProperty() so all crop subclasses are handled correctly regardless of which age property they declare.