promotional bannermobile promotional banner

BigStacks

Break the vanilla 99-item stack limit — set a global max stack size with per-item and per-tag overrides, all configurable
Back to Files

BigStacks 1.0.2

File nameBigStacks-1.0.2.jar
Uploader
Lander_AloLander_Alo
Uploaded
Aug 29, 2026
Downloads
9
Size
1.5 MB
Mod Loaders
NeoForge
File ID
8758818
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:bigstacks-1671208:8758818"

Learn more about Curse Maven

What's new

Fixed

  • Crash on dedicated servers: the mod tried to load client-only GUI classes during mod construction, causing Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER. The config screen is now registered from a client-only entrypoint, so the mod loads cleanly on servers.

Added

  • /bigstacks server command (OP level 2) for configuring dedicated servers in-game:
    • /bigstacks global get|set <n> — set the global max stack of the server (0 = overrides only)
    • /bigstacks add <itemId|tag> <max> — add/update a per-item or tag override (e.g. /bigstacks add "#minecraft:planks" 512)
    • /bigstacks remove <id> — remove an override
    • /bigstacks list — view global value and all overrides (with clickable edit/remove)
    • /bigstacks reload — reload the config from the TOML file
  • Help for the client-side /BigStacks command now points server admins to /bigstacks.

Notes

  • Important: the client GUI and /BigStacks commands only change the client's config. On dedicated servers, use /bigstacks (OP) or edit the server's config/bigstacks-common.toml directly — that's what controls actual stack sizes.

This mod has no related projects