CurseForge · Minecraft mod
Unloaded Activity
Simulates blocks and entities to catch up after being unloaded for a period of time.
Quick answer
Which Unloaded Activity release matches 26.2?
Unloaded Activity v0.7.0+mc26.2 targets 26.2 with Fabric, NeoForge, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Unloaded Activity 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 Unloaded Activity v0.7.0+mc26.2 need?
Unloaded Activity v0.7.0+mc26.2 on 26.2. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Unloaded Activity without breaking your instance.
Built for Unloaded Activity v0.7.0+mc26.2 on 26.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Unloaded Activity v0.7.0+mc26.2. It targets 26.2 with Fabric, NeoForge, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 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 Unloaded Activity v0.7.0+mc26.2. It opens that exact file at the source.
About this project
What does Unloaded Activity add?
What does this mod do?
In Minecraft, when you go far away from chunks, they'll stop being simulated. Later when you return, stuff like crops will not have grown at all, baby animals will still be babies, and the items you were cooking will still be cooking.
This mod changes that by simulating blocks and entities once they get within simulation distance to catch up after being unloaded for a period of time. It'll be as if they've always been simulated!
This also works when you're skipping the night. Instead of waiting for your iron to cook, or for your crops to grow, you can skip the night to speed up the process!
How exactly does it work?
Every time a chunk, entity, or block entity gets ticked, it will save the current time, and also check how long it's been since it was last ticked. If the difference is large enough, my mod will start simulating it to make it catch up.
But wont that lag the game if it has to simulate all that missed time?
Not if you're smart! Instead of repeatedly running the tick function for every tick that was missed, Unloaded Activity will instead directly calculate the state of the block given the amount of ticks missed. So if a block missed 24000 ticks (1 Minecraft day), instead of trying to tick it 24000 times, it will do a little bit of math and be done.
This is way faster, but comes at the cost of needing to re-implement the tick logic in this new way. This is why some modded crops may grow incorrectly, or not at all. If you find a modded block that simulates incorrectly, you can blacklist that block from the mod, but also please create a bug report!
What about blocks with random/precipitation ticks? Those have randomness to them.
To simulate these blocks, the mod will sample a random number from a binomial distribution and then use that to update the state of the block. However, sometimes the probability of success changes. Then we need to sample random numbers from a negative binomial distribution to simulate the duration of each success.
Unsupported blocks and entities
Not everything in vanilla Minecraft is supported. Here's which ones are unsupported and the reason for it:
- Every redstone related blockRedstone logic is too complicated for me, and even if I were to try to support it, I would most likely break a lot of existing redstone contraptions.
- Brewing standsBrewing stands only has 1 ingredient slot. Because of this, Unloaded Activity would only be able to simulate 1 ingredient before having to stop, and I think brewing stands are quick enough to not need to be supported. Unless you immediately fly away with an elytra or sleep after turning on a brewing stand, you wouldn't really notice the lack of support.
- CampfiresSame reason as brewing stands.
- Dropped items despawningI feel like this would ruin the game. If you die far away from your base you'd have no way of retrieving your items, even if you knew exactly where they were.
- BeehivesThis block is unlike any other blocks that's supported, since this block requires entities (bees) to do their own stuff to work. I also haven't looked into it too much yet, so it might get supported in the future.
For any other blocks or entities that aren't supported and that aren't listed here, I've simply just forgotten about. So please let me know if I've forgotten anything!
Inspiration
I got this idea from a video by DigiDigger where he talks about how Terraria handles all of its tiles. Even though the video isn't really accurate to how Terraria actually works, he did bring up an optimization which I feel like could be implemented in Minecraft. The timestamp where he talks about this optimization is at 5:11.
Feedback / Suggestions
If you got any feedback or suggestions for this mod, feel free to join my discord server!
Project description from CurseForge.
Pick your setup
Unloaded Activity by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
3 loader builds26.1.1
3 loader builds26.1
3 loader builds1.21.11
3 loader builds1.21.10
3 loader builds1.21.9
3 loader builds1.21.8
3 loader builds1.21.7
3 loader builds1.21.6
3 loader builds1.21.5
3 loader builds1.21.4
3 loader buildsShowing the newest 12 of 25 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Unloaded Activity versions and loaders
Unloaded Activity v0.7.0+mc26.2
unloadedactivity-0.7.0+mc26.2.jar
27 Aug 2026
Unloaded Activity v0.7.0-SNAPSHOT.3+mc26.2.x
unloadedactivity-0.7.0-SNAPSHOT.3+mc26.2.x.jar
22 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.