Back to mods
Thaumic Speedup project artwork

CurseForge · Minecraft mod

Thaumic Speedup

Speeds up Thaumcraft's loading process and optimizes internals.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Thaumic Speedup release should I use?

Updated 2 months ago
Latest stable file thaumicspeedup-5.0.jar
Game version 1.12.2
Loader Forge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

1 required mod needs a matching file

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 listed on this file 4 pulled in by those mods
Botania Optional for Thaumic Speedup thaumicspeedup-5.0.jar
optional
Matching file found Matched file: Botania r1.10-364.4.jar
Better With Mods Optional for Thaumic Speedup thaumicspeedup-5.0.jar
optional
Matching file found Matched file: BetterWithMods-1.12-3.0.0.jar
MixinBooter Needed by Thaumic Speedup thaumicspeedup-5.0.jar
required
Matching file found Matched file: MixinBooter 11.15
Thaumcraft Needed by Thaumic Speedup thaumicspeedup-5.0.jar
required
No matching file
Baubles Needed by Botania
pulled in
No matching file
Just Enough Items (JEI) Needed by Botania
pulled in
Matching file found Matched file: 4.16.5.1029 for Forge 1.12.2
Quark Needed by Botania
pulled in
Matching file found Matched file: Quark-r1.6-179.jar
AutoRegLib Needed by Quark
pulled in
No matching file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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 generateUniqueItemstackId copies 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.
  • Cleaner deprecated API routing
    • Routes Thaumcraft's deprecated static registerObjectTag calls through a singleton event proxy.

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 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Thaumic Speedup versions and loaders

9 of 9 releases match

Looking for an older file? The official CurseForge project page is in Resources.