CurseForge · Minecraft mod
EverCrops
Plant it, leave it, harvest it. EverCrops gives vanilla crops catch-up growth in unloaded chunks — no ticking, no lag.
Quick answer
Which EverCrops release should I use?
evercrops-neoforge-1.21.1-4.1.0.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is EverCrops required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does evercrops-neoforge-1.21.1-4.1.0.jar need?
evercrops-neoforge-1.21.1-4.1.0.jar. Change the file and its required mods may change too.
Install GottschCore first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add EverCrops without breaking your instance.
Built for evercrops-neoforge-1.21.1-4.1.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use evercrops-neoforge-1.21.1-4.1.0.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install GottschCore first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside evercrops-neoforge-1.21.1-4.1.0.jar. It opens that exact file at the source.
About this project
What does EverCrops add?
EverCrops
Crops keep growing while you're away from your farm.
Tired of trekking back to your wheat farm only to find it stuck at the same age it was when you left? EverCrops fixes that. Vanilla crops only tick when their chunk is loaded, which means a base you visit once a week effectively never grows. EverCrops makes your crops respect the time you spent away.
How it works
EverCrops doesn't simulate growth on unloaded chunks (that would be expensive and laggy). Instead, it tracks when each crop last ticked, and on the next random tick after the chunk reloads, it catches the crop up based on how much game time has elapsed.
When a crop is placed, EverCrops registers it and stamps it with the current game time. From then on, every time you leave and return, the elapsed time is applied as catch-up growth. Walk away for an hour, a day, a week — when you come back and the chunk reloads, your crops advance as if they had been ticking the whole time. Same end result as if the chunk had stayed loaded, but with zero overhead while you're away.
Pre-existing crops: Crops that already existed in your world before EverCrops was installed get registered the first time their chunk reloads near you, so they'll start catching up from that point forward.
Note: In singleplayer, the world only ticks while you're playing. EverCrops catches crops up based on in-game time elapsed, not real-world time, so closing the game and coming back tomorrow won't fast-forward your farm.
Supported crops
- 🌾 Wheat
- 🥕 Carrots
- 🥔 Potatoes
- 🌱 Beetroots
- 🔦 Torchflower
- 🍉 Melon stems (including fruit spread)
- 🎃 Pumpkin stems (including fruit spread)
- 🫐 Sweet berry bushes
- 🌶️ Nether wart
- 🌰 Cocoa pods
- 🎋 Sugar cane
- 🌵 Cactus
- 🌿 Kelp
- 🎍 Bamboo
- 🍇 Glow berries (cave vines)
- 🌀 Twisting vines
- 🍂 Weeping vines
- 🟣 Chorus flowers
- 🌳 Saplings (oak, birch, spruce, jungle, acacia, dark oak, cherry, mangrove, and modded saplings that extend
SaplingBlock) - ✨ Most modded crops that subclass any of the above vanilla classes
Beehives
Beehives and bee nests keep making honey while you're away, too. If a hive has bees living in it and a flower within reach, its honey keeps building toward full based on the time you were gone — so you won't return to a hive frozen exactly where you left it.
- 🐝 Works on both beehives and bee nests
- ☀️ Honey only builds during the daytime part of your time away (bees don't work at night or in the rain)
- 📈 EverCrops watches each hive while you're nearby to learn how fast it actually produces, so catch-up matches that hive's own pace instead of a fixed guess
- 🌼 A hive with no bees, or no flowers in range, won't gain honey while you're gone
- ⚙️ Toggle it with the
beehivesEnabledsetting (on by default)
Turtle eggs
New: turtle eggs keep hatching while you're away. A nest sitting on sand carries on cracking, and eventually hatches into baby turtles — so a beach nest you left days ago won't be sitting exactly where you left it.
- 🐢 One baby turtle per egg in the cluster, exactly like vanilla
- 🏖️ Eggs still need sand underneath — a nest that isn't on sand makes no progress, same as vanilla
- 🐣 Prefer not to come back to a crowd?
turtleEggSpawnTurtleslets eggs crack all the way while you're away, then wait for you to be nearby before actually hatching - 🥚 Beaches can have a lot of wild nests, so by default only nests you placed are tracked — turn on
trackWildTurtleEggsto include wild ones - ⚙️ Toggle it with the
turtleEggsEnabledsetting (on by default)
Compatibility
EverCrops uses only @Inject, @Accessor, and @Invoker mixins — no overwrites, no replacements. It introduces no custom blocks and no block entities. This makes it broadly compatible with other mixin-based mods and means uninstalling it is safe: your world keeps all its existing crops, they just go back to vanilla behavior.
- ✅ Server-side friendly (clients don't need it installed for the growth logic to work)
- ✅ No worldgen changes
- ✅ No new items or blocks
- ✅ Works alongside other crop and farming mods that subclass
CropBlock/StemBlock
Why use EverCrops?
- Long-distance bases stay productive. Build a farm at your remote outpost and actually find food when you come back.
- Multiplayer-friendly. On servers, players who log in occasionally aren't penalized.
- Lightweight. No background ticking, no extra block entities, no chunk-loading.
- Catch-up only. Crops never advance further than they would have under vanilla rules — just no slower.
Commands
EverCrops ships with admin/debug commands under /evercrops (requires op level 2).
| Command | Purpose |
|---|---|
/evercrops inspect [pos] |
Print the tracked state at a position — or where you're standing, if you omit one: block, growth properties, last-call/last-growth game times, light levels, and computed deltas. Beehives and turtle egg nests report extra detail of their own. |
/evercrops tick <radius> |
Force a random tick on every tracked block within radius (1–128) blocks of you, so you can verify behavior without waiting. Beehives are driven too. |
/evercrops simulate <ticks> <radius> |
Backdate the tracked times of everything within radius by ticks game ticks, then tick it — useful for testing how the catch-up math behaves over long absences. |
/evercrops cleanup |
Drop tracking entries in loaded chunks whose block is no longer a tracked crop or hive. |
These are intended for server admins and modpack debugging. They have no effect on normal gameplay.
Companion mods
Pair with EverFurnace to give the same catch-up treatment to your furnaces, blast furnaces, and smokers.
Pair with EverHopper to give the same catch-up treatment to your hoppers.
License
Licensed under LGPL-3.0. Source available on GitHub.
Project description from CurseForge.
Pick your setup
EverCrops by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.2
1 loader build1.20.1
1 loader build1.19.2
1 loader build1.18.2
1 loader build1.16.5
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
EverCrops versions and loaders
evercrops-neoforge-1.21.1-4.1.0.jar
18 Aug 2026
evercrops-1.20.1-4.1.0.jar
18 Aug 2026
evercrops-neoforge-1.21.1-4.0.1.jar
11 Aug 2026
evercrops-1.20.1-4.0.0.jar
18 Jul 2026
evercrops-neoforge-1.21.1-4.0.0.jar
18 Jul 2026
evercrops-1.20.1-3.6.0.jar
23 Jun 2026
evercrops-neoforge-1.21.1-3.6.0.jar
23 Jun 2026
evercrops-1.20.1-3.5.3.jar
20 Jun 2026
evercrops-neoforge-1.21.1-3.5.3.jar
20 Jun 2026
evercrops-1.20.1-3.5.2.jar
6 Jun 2026
evercrops-neoforge-1.21.1-3.5.2.jar
6 Jun 2026
3.5.1
evercrops-neoforge-1.21.1-3.5.1.jar
5 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.