Quantified API Mod (1.20.1, 1.19.2) is a high-performance framework for Minecraft mods. It helps developers run heavy tasks more efficiently, reducing lag and keeping the game stable even when mods perform complex operations. The API distributes workloads across CPU threads, GPU acceleration, and smart caching systems. This allows large mods or modpacks to run smoothly on modern hardware.

Features:

  • Smart task scheduling – Automatically routes tasks to the most efficient hardware.
  • Multithreading – Runs tasks in parallel to improve performance.
  • GPU acceleration – Supports OpenCL to offload compatible tasks to the GPU.
  • Multi-layer caching
    • RAM cache
    • Disk cache
    • VRAM cache (for GPU tasks)
  • Asynchronous execution – Prevents Minecraft from freezing during heavy operations.
  • Distributed networking – Allows tasks to run across multiple servers or instances.
  • Performance diagnostics – Built-in metrics and monitoring tools.
  • Easy integration – Can be added to mods with minimal code changes.

How It Works:

  • Small tasks run on lightweight CPU threads.
  • Large workloads are split across multiple CPU cores.
  • GPU-compatible tasks can run on OpenCL devices.
  • If GPU acceleration is unavailable, the system automatically falls back to CPU execution.
  • Caching helps avoid repeating expensive calculations.

Local Webpanel

The API includes an optional local monitoring panel that runs directly on your machine. It does not require an internet connection.

  • Monitor running tasks in real time
  • View cache performance
  • Check system health and diagnostics
  • Adjust API settings

The webpanel is disabled by default. It can be enabled in the configuration file: Config/Quantified/quantified_config.json

Requires:

Minecraft Forge

How to install:

Click the following link to view details: How to Install Mods for Minecraft Java Edition on PC: A Beginner Guide

Quantified API Mod (1.20.1, 1.19.2) Download Links

For Minecraft 1.18.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.19.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]