Mineuniverse
Log in Register
Mods

AgeingCheckCache

Cache the iteration results of Ageing Spawner codes for better performance
by _nArUTo_
Download Claim this project
627 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Bug Fixes Performance Utility & QoL

AgeingCheckCache

This is an addon of Ageing Spawner that optimizes its code by cache.

How Does It Work

I've noticed a point about List#contains (checking if a list contains a specific element). Many mod authors open up blacklists or whitelists in config files to achieve higher configurability. However, if the list contains too many elements (whether they are default configurations or user-added ones), iterating through List#contains calls can become quite expensive, affecting the game's performance in specific situations (For example, Embeddium Extras significantly improved FPS after addressing this performance issue). The solution I've come up with is to transform it into checking the properties of the List#contains target, perform the check only once, and directly call the cached boolean value obtained from this initial check. This avoids repeatedly traversing the array. The initial check's location and method might vary depending on the properties of the check target. For example, if the check target is EntityType, you could create an ExtendedEntityType interface, implement it using a mixin with EntityType, and include a boolean value for "is included in the configuration file" within the mixin. Then, in certain places (such as FMLCommonSetupEvent), you can directly use the configuration file's array to check all EntityType instances using ForgeRegistries and mark whether they are included in the array. In practical applications, instead of using List#contains, you can use ((ExtendedEntityType)entityType).isInConfig() (check speed goes brrrrrrrrrr).

Why Don't You Send A Pull Request To Ageing Spawner?

1.I have created an issue for this (See here) but the author just did the basic caching in 1.20 version, while this mod is for 1.16.5

2.I'm lazy.

Btw you can do this by yourself as this mod is in public domain.

Will Ageing Spawner's Behavior Change After Using This Mod?

Yes.

Initially, Ageing Spawner will track all vanilla & modded spawners (like the Land Spawner in BrassAmber BattleTowers (In short, babt)). This mod has an additional patch that defaultly blacklists the modded spawners.

This improves compatibility with babt so your tower's advancement will not be completely blocked due to the spawners disappear :)

If you want a modded spawner block to be affected by Ageing Spawner, you can write the block's registry name down in config/ageingcheckcache-common.toml

Server Side Or Client Side?

Both.

Logo Credit

Thanks to reereeq!

Misc

Join Our discord: https://discord.gg/g8q3UHTpCP! image

ageingcheckcache-1.16.5-0.0.2.jar
MC Client, 1.16.5, Forge, Server
Release 2023-12-02 Get

More from _nArUTo_

ServerTickReforged
93,265
Starks
918
Rage Mod
9,134
EmptiableBoxes
91
Camel Extend
906
PeaceCampfire
904

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998