promotional bannermobile promotional banner

Multicore Magic

Gives Minecraft's chunk mesh building its own dedicated, tunable thread pool — so chunk loading doesn't compete with worldgen and other background tasks for CPU cores.
Back to Files

multicore-magic-1.0.1.jar

File namemulticore-magic-1.0.1.jar
Uploader
Levi_DesignsLevi_Designs
Uploaded
Jul 5, 2026
Downloads
124
Size
19.2 KB
Mod Loaders
FabricNeoForge
File ID
8376474
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:multicore-magic-1598475:8376474"

NeoForge

implementation "curse.maven:multicore-magic-1598475:8376474"

Learn more about Curse Maven

What's new

NeoForge compatibility via Launchpad The same jar now also loads on NeoForge through Launchpad, a tool that runs Fabric-format mods directly from their fabric.mod.json with no separate build or code changes. Opted in via "launchpad:compatible": true.

Also ships a NeoForge placeholder (META-INF/neoforge.mods.toml) so users who install this jar on NeoForge without Launchpad get a clear "missing dependency: launchpad" message instead of "invalid mod".

Important: Launchpad currently only has builds for Minecraft 26.1.2, not 26.2 - there's no 26.2 release upstream yet. This mod is ready for it the moment Launchpad catches up, but it can't actually be loaded on NeoForge 26.2 today. See the wiki for details.

On NeoForge (once Launchpad supports your version) you'll additionally need Forgified Fabric API in place of regular Fabric API. The Mod Menu config screen remains Fabric-only; /multicoremagic commands work on both loaders identically.

Requirements unchanged: Minecraft 26.2, Fabric Loader >= 0.18.4, Fabric API, Java 25.

This mod has no additional files