Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
stacc-api

stacc-api

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

78.7k
10
Library
AboutChangelogVersions

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

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.20.1–1.20.2
1.19.2–1.19.4

Platforms

Fabric

Supported environments

Client and server

Links

Report issues View source

Creators

Devan-Kerman
Devan-Kerman Owner

Details

Licensed CC0-1.0
Published 2 years ago
Updated last year

Modrinth is open source.

main@a0bd011

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.