
Modrinth · 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 should I use?
Unloaded Activity 0.7.2+mc1.21-1.21.1 targets 1.21, 1.21.1 with Fabric, NeoForge, Quilt. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.
Where it goes
Is Unloaded Activity required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does Unloaded Activity 0.7.2+mc1.21-1.21.1 need?
0.7.2+mc1.21-1.21.1. Change the file and its required mods may change too.
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 0.7.2+mc1.21-1.21.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 0.7.2+mc1.21-1.21.1. It targets 1.21, 1.21.1 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
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 0.7.2+mc1.21-1.21.1. 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 block
Redstone 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 stands
Brewing 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.Campfires
Same reason as brewing stands.Dropped items despawning
I 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.Beehives
This 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.Sniffer egg
Sniffer eggs makes use of scheduled ticks to hatch. Because of how scheduled ticks work, it would be hard to accurately replicate its behavior. It would be easier for me to add a setting to make Sniffer eggs work with random ticks instead of scheduled ticks, and then support it that way.Dried ghast
Same reason as sniffer eggs.
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!
Supported mods
Farmer's Delight
Every crop in Farmer's Delight is supported, but ONLY the crops. Anything else in the mod will not be simulated by Unloaded Activity.
Farmer's Delight Refabricated should work as well since they only do minor changes to make it work for Fabric. However, [Deprecated] Farmer's Delight [Fabric] is not compatible with Unloaded Activity and will crash upon joining a world.
Supplementaries
Only the flax is supported in Supplementaries. Anything else in the mod is unsupported and will not be simulated by Unloaded Activity.
No Man's Land
Supports the tap, budding quartzite, and fruit leaves from No Man's Land. This support is only preset on the 1.21.1 version on Unloaded Activity. If No Man's Land decides to update to a newer Minecraft version, or if there's an unofficial port to a newer version, Unloaded Activity will not simulate its things.
Immersive Engineering
Only the hemp is supported in Immersive Engineering. Anything else in the mod is unsupported and will not be simulated by Unloaded Activity.
Biomes O' Plenty
Only the high grass is supported in Biomes O' Plenty. Anything else in the mod is unsupported and will not be simulated by Unloaded Activity.
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 Modrinth.
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 26 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
0.7.2+mc1.21-1.21.1
unloadedactivity-0.7.2+mc1.21-1.21.1.jar
28 Aug 2026
0.7.2+mc1.20-1.20.1
unloadedactivity-0.7.2+mc1.20-1.20.1.jar
28 Aug 2026
0.7.2+mc1.19.4
unloadedactivity-0.7.2+mc1.19.4.jar
28 Aug 2026
0.7.2+mc1.19.2
unloadedactivity-0.7.2+mc1.19.2.jar
28 Aug 2026
0.7.1+mc1.21.2-1.21.3
unloadedactivity-0.7.1+mc1.21.2-1.21.3.jar
27 Aug 2026
0.7.1+mc1.21-1.21.1
unloadedactivity-0.7.1+mc1.21-1.21.1.jar
27 Aug 2026
0.7.0+mc26.2
unloadedactivity-0.7.0+mc26.2.jar
27 Aug 2026
0.7.0+mc26.1.x
unloadedactivity-0.7.0+mc26.1.x.jar
27 Aug 2026
0.7.0+mc1.21.11
unloadedactivity-0.7.0+mc1.21.11.jar
27 Aug 2026
0.7.0+mc1.21.9-1.21.10
unloadedactivity-0.7.0+mc1.21.9-1.21.10.jar
27 Aug 2026
0.7.0+mc1.21.6-1.21.8
unloadedactivity-0.7.0+mc1.21.6-1.21.8.jar
27 Aug 2026
0.7.0+mc1.21.5
unloadedactivity-0.7.0+mc1.21.5.jar
27 Aug 2026
Looking for an older file? The official Modrinth project page is in Resources.