nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
stacc-api

stacc-api

Mod

**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.

Client and server Library

14.1k downloads
9 followers

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://storage.googleapis.com/devan-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")
}

External resources


Project members

Devan-Kerman

Owner


Technical information

License
CC0-1.0
Client side
required
Server side
required
Project ID