promotional bannermobile promotional banner

Quantified API

A high-performance API for Minecraft mods, built to handle tasks efficiently, reduce lag, use GPU acceleration, smart caching, and multithreading - keeping your game smooth and stable.

File Details

quantified api-omni-1.4.3.jar

  • R
  • Apr 26, 2026
  • 6.24 MB
  • 1.6K
  • 1.21.1+1
  • Forge + 2

File Name

quantified api-omni-1.4.3.jar

Supported Versions

  • 1.21.1
  • 1.20.1

Curse Maven Snippet

Forge

implementation "curse.maven:quantified-api-1397967:7996270"

Fabric

modImplementation "curse.maven:quantified-api-1397967:7996270"

NeoForge

implementation "curse.maven:quantified-api-1397967:7996270"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

V1.4.3 - New Multiloader Architecture & End of Life for Legacy Versions :L It's sad to say farewell to Forge 1.18.2 and Forge 1.19.2. They served their time, but the time has come to let them nap. Both versions are officially now EOL and will no longer receive updates or support in any way.

--- What's changed ---

Architecture:

  • Complete rebuild of the project structure around a new multiloader design (peak). All platform implementations (Forge 1.20.1, Forge 1.21.1, Fabric 1.20.1, Fabric 1.21.1, NeoForge 1.21.1) now live under platforms/ as subprojects, sharing a single core/ source set (one jar, all loaders)
  • Universal jars now built per-version (universal-1.20.1, universal-1.21.1) plus a combined omniversal jar covering all supported loaders and versions.
  • Gradle build orchestration fully centralised in the root build.gradle with dedicated GradleBuild tasks per platform.

Platforms dropped:

  • forge-1.18.2 (EOL)
  • forge-1.19.2 (EOL)

Old/New Platforms:

  • platforms/forge-1.20.1
  • platforms/forge-1.21.1
  • platforms/fabric-1.20.1
  • platforms/fabric-1.21.1
  • platforms/neoforge-1.21.1

Description changes:

  • Updated README and added a new CFREADME file for Curseforge Description.
  • Updated the Curseforge Description.

Core fixes (since V1.4.2-HOTFIX):

  • VulkanBatchWorkload, GpuTaskDispatcher: async dispatch improvements.
  • AutoHealthChecker, MemoryCore, DeveloperDashboardServer: internal cleanup.
  • ConnectedModImpl: compatibility fixes.
  • New McDensityProgram and McDensityVulkanTask added to core.
  • New platform abstraction layer under core/common/platform/.
  • Fixed Vulkan GPU acceleration selecting an worser GPU by default, due to higher VRAM size.
  • Fixed an issue where switching between preferred Vulkan Devices doesn't reprobe the newly selected GPU and falls back to OpenCL.