Back to mods
stacc-api project artwork

CurseForge · Minecraft mod

stacc-api

An API for >64 item stack sizes

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

Quick answer

Which stacc-api release should I use?

Updated 2 years ago
Latest stable file 1.5.2-mc19.2
Game version 1.19.2
Loader Fabric

stacc-api 1.5.2-mc19.2 targets 1.19.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is stacc-api 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 Fabric
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 stacc-api 1.5.2-mc19.2 need?

1.5.2-mc19.2. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add stacc-api without breaking your instance.

Built for stacc-api 1.5.2-mc19.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.5.2-mc19.2. It targets 1.19.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  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 1.5.2-mc19.2. It opens that exact file at the source.

About this project

What does stacc-api add?

**Stacc is an API-only mod, on it's own, it will not do anything!!**

This mod allows developers to create items with stack sizes much greater than 64. It also replaces the item count renderer for very large numbers (>1000) to avoid the text from covering up adjacent slots and implements various bug fixes to allow for greater stack sizes. This mod introduces a serialization scheme for large stacks that is semi-safe to reload, so in the event the mod is uninstalled the world wont be lost (though many items will be)

The API can be found on maven:

repositories {    maven {        url = uri("https://ueaj.dev/maven")        // for versions lower than 1.2.0        // url = uri("https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/")    }}dependencies {     // there is no api (well except for render handler), just set maxCount in Item$Settings to values over 64     modRuntime("net.devtech:Stacc:XXX")}

Project description from CurseForge.

Pick your setup

stacc-api by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

5 available setups

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

Recent files

stacc-api versions and loaders

7 of 7 releases match

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