CurseForge · Minecraft mod
Thaumic Speedup
Speeds up Thaumcraft's loading process and optimizes internals.
Quick answer
Which Thaumic Speedup release should I use?
Thaumic Speedup thaumicspeedup-5.0.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. 1 required mod needs a matching file.
Where it goes
Is Thaumic Speedup 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 Thaumic Speedup thaumicspeedup-5.0.jar need?
thaumicspeedup-5.0.jar. Change the file and its required mods may change too.
Install MixinBooter, Thaumcraft first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 4 come through another mod in the chain.
4 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Thaumic Speedup without breaking your instance.
Built for Thaumic Speedup thaumicspeedup-5.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use thaumicspeedup-5.0.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install MixinBooter, Thaumcraft first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 4 come through another mod in the chain.
- 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 thaumicspeedup-5.0.jar. It opens that exact file at the source.
About this project
What does Thaumic Speedup add?
Thaumic Speedup
A lightweight, drop-in performance mod for Thaumcraft 6 on Minecraft 1.12.2. It targets the slow, allocation-heavy paths in Thaumcraft's aspect registration system. It scales badly in large modpacks with thousands of recipes and items.
What it does
- Reverse recipe index for aspect generation
- Thaumcraft derives an item's aspects by scanning the entire crafting registry once per item: O(items * recipes) and this does not scale well at all.
- Thaumic Speedup builds an output stack -> recipes index so each subsequent lookup is a fetch instead of a full-registry walk. The index is built only for the startup pass and dropped afterward, rebuilding lazily if needed at runtime.
- Allocation-free item identity hashing
- Thaumcraft's
generateUniqueItemstackIdcopies the ItemStack, serializes it to NBT, stringifies it, and hashes it on every aspect lookup. - Thaumic Speedup replaces this with a direct hash of the item id + item damage (+ NBT when need be), allocating a lot less.
- Thaumcraft's
- Cleaner deprecated API routing
- Routes Thaumcraft's deprecated static
registerObjectTagcalls through a singleton event proxy.
- Routes Thaumcraft's deprecated static
Project description from CurseForge.
Pick your setup
Thaumic Speedup by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.12.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Thaumic Speedup versions and loaders
thaumicspeedup-5.0.jar
15 Jun 2026
thaumicspeedup-4.0.jar
20 Jan 2022
thaumicspeedup-3.0.jar
9 Dec 2021
thaumicspeedup-2.0.jar
12 Nov 2020
thaumicspeedup-1.4.jar
10 Oct 2020
thaumicspeedup-1.3.jar
26 Sept 2020
thaumicspeedup-1.2.jar
26 Sept 2020
thaumicspeedup-1.1.jar
26 Sept 2020
thaumicspeedup-1.0.jar
25 Sept 2020
Looking for an older file? The official CurseForge project page is in Resources.