EverCrops: Farmer's Delight

Keeps Farmer's Delight crops growing while you're away — tomatoes, budding seedlings, rice, cabbage, and onions catch up automatically on your return.

File Details

evercrops_farmersdelight-1.20.1-1.0.0.jar

  • R
  • May 10, 2026
  • 132.93 KB
  • 51
  • 1.20.1
  • Forge

File Name

evercrops_farmersdelight-1.20.1-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:evercrops-farmers-delight-1533304:8068901")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog for EverCrops: Farmer's Delight (Forge 1.20.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.

[1.0.0] - 2026-5-10

Added

  • Catch-up growth for tomatoes (TomatoBlock) — AGE (VINE_AGE) 0–3, requires light level ≥ 9. Ground-planted tomatoes only; rope-logged variants are excluded as their multi-block vine mechanics are handled entirely by vanilla.
  • Catch-up growth for budding tomato seedlings (BuddingTomatoBlock) — AGE 0–3 via BuddingBushBlock, requires light level ≥ 9. Catch-up advances the seedling to max age only; the transition to a full TomatoBlock via growPastMaxAge() is left to vanilla's own randomTick to keep multi-block placement logic in a clean context.
  • Catch-up growth for rice (RiceBlock) — AGE 0–3, requires light level ≥ 9. Catch-up advances the base rice block; placement of RicePaniclesBlock above at max age is left to vanilla.
  • Note: cabbage, onion, and rice panicles (CabbageBlock, OnionBlock, RicePaniclesBlock) extend CropBlock without overriding randomTick and are already covered by EverCrops's CropBlockMixin — no additional mixins are needed for these crops.
  • Uses EverCrops's shared CropRegistry and CropState persistence (evercrops.dat per dimension). All EverCrops debug commands (/evercrops inspect, /evercrops tick, /evercrops simulate) work with Farmer's Delight crops automatically.