You honestly can't convince me that this wouldn't make minecraft like 10x better. The only problem I can understand it having is making the inventory harder to read which is why I'm also using a font resource pack alongside the mod.

Currently these are the categories and limits:

Potions: 16,
Food items: 128,
Blocks: 256,
Items that normally stack to 16: 64,
Non-stackable items other than potions stay at 1.
Other items: 512

I'd love to hear your thoughts!

by Timbascool

18 Comments

  1. MordorsElite on

    Are these values customizable? Say for example I don’t mind the 64 item limit but would like to use this mod just to allow me to stack potions?

  2. Mods like this have been around for years. I’m not trying to take away from you accomplishment. I’m just putting that out there. The oldest I can find goes back to 1.7.10 made in 2016 (according to CurseForge)

  3. Beautiful-Spray-6115 on

    That’s… That’s… Impossible… How… **holds out 64 totems** AAHHH

  4. Fit_Smoke8080 on

    It would be nice that there was a specific container in-game that had increased stack capacity but only accepted a couple of (configurable) blocks or items.

  5. Look into how shulker box tooltips solved this problem. If a shulker is filled entirely with the same item and you shift to inspect, it will truncate to a single slot with “1.7k”. If you take the same approach and store it as a 16 bit integer, you could truncate up to “65k”. Shift inspect again to see full value

    Also consider checking compatibility with mods like inventory essentials. It might refuse to combine stacks larger than 64. Shulker box tooltips might struggle with a shulker of 1.7 mlllion items lol

  6. xpicklemanx99 on

    It’s always bothered me that potions don’t stack. The rest is just QOL that I appreciate but I look forward to adding this to my future modpacks.

  7. AbelViguera06 on

    You should make that the default values but make it totally configurable, like if i want to stack 512 potions i can set it. Also armors and those things that are full durability and non enchanted

  8. MultiGeneratorr on

    Mojang should just take a page out of terraria for inventory management as a whole imo