Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MPL-2.0
Published last month
short stack count
this is a mod that shortens numbers above 1,000 to their suffixed counterparts in any GUI that calls GuiGraphics.drawString, for example, 1,234 → 1.2K, 1,234,567,890 → 1.2B, etc. up to 10¹⁸ (quintillion / Qn)
config
the mod has multiple configuration options (shortstackcount.toml):
enabled- controls whether the number formatting is enabledconvertMbToLiters- toggles optional fluid support which converts buckets into metric litersprecision- the number of decimal places in formatted numbers
preview
the functionality is best seen in something like EMI's recipe tree:

credit
Phoenixvine - original idea and code that i revamped
yumbofocus - mod icon and the idea for adding bucket support


