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
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 viaBuddingBushBlock, requires light level ≥ 9. Catch-up advances the seedling to max age only; the transition to a fullTomatoBlockviagrowPastMaxAge()is left to vanilla's ownrandomTickto 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 ofRicePaniclesBlockabove at max age is left to vanilla. - Note: cabbage, onion, and rice panicles (
CabbageBlock,OnionBlock,RicePaniclesBlock) extendCropBlockwithout overridingrandomTickand are already covered by EverCrops'sCropBlockMixin— no additional mixins are needed for these crops. - Uses EverCrops's shared
CropRegistryandCropStatepersistence (evercrops.datper dimension). All EverCrops debug commands (/evercrops inspect,/evercrops tick,/evercrops simulate) work with Farmer's Delight crops automatically.