Mod
stacc-api
No reviews yet
An API for >64 item stack sizes
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
**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")
}
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")
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources