Language

stacc-api

stacc-api

Modrinth

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

157.9k downloads 13 followers updated 28mo ago
latest v1.5.2-mc19.2 Modrinth
Fabric 1.19.2 – 1.20.2 Library

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

Versions

Release
1.5.2-mc19.2
fabric · 1.19.2 · 28mo ago
332
Release
1.6.3
fabric · 1.19.4 · 28mo ago
244
Release
1.8.0
fabric · 1.20.2 · 30mo ago
436
Release
1.7.0
fabric · 1.20.1 · 30mo ago
156.1k
Release
1.5.2
fabric · 1.19.4 · 39mo ago
245
Release
1.5.1
fabric · 1.19.3 · 41mo ago
207
Release
1.5.0
fabric · 1.19.3 · 41mo ago
134
Release
1.4.0
fabric · 1.19.3 · 41mo ago
+ upload to modrinth
186

Comments 0

No comments yet. Be the first to share your thoughts.

Download stacc-api

Files are served directly from the original source. Modgrid does not host or modify them.