Mineuniverse
Log in Register
Mods

stacc-api

An API for >64 item stack sizes
by one_point_o
Claim this project
1,449,504 downloads
0 likes
Updated Jun 30, 2026
0 hypes

**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")
}

 

No files available for download.

More from one_point_o

Multishot Fishing
806
ARRP
6,581,188
Ueaj's Graves
4,621
NanoEvents
387
Tech Reborn Easter Eggs
336
Trident Return Fabric
274,549

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314