Upsizer Mod [FORGE]

Upsize the max stack size of Minecraft items in all inventories

File Details

upsizer-mc1.16.4-6.1.jar

  • R
  • Dec 15, 2020
  • 21.85 KB
  • 11.8K
  • 1.16.4
  • Forge

File Name

upsizer-mc1.16.4-6.1.jar

Supported Versions

  • 1.16.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:upsizer-mod-237514:3139004")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

mc1.16.4-6.1 [Dec-14-2020]
Rebuilt for Minecraft 1.16.4 and forge-1.16.4-35.1.12/13

  • NEW: Upsizer will check matching tags for groups of items to be upsized. For example it will check "minecraft:beds" for modded beds to upsize along with vanilla beds. Note that some items, like 'eggs' are expected to be under the 'forge:' namespace.
  • NEW: @F43nd1r donated patch for stackable stews implemented (see github for details).
  • NEW: New category 'shulker_boxes' that affects empty shulker boxes of any color. Matching tag for modded shulker-like boxes is 'minecraft:shulker_boxes'. This setting is turned off by default; you need to change your config to get stackable shulker boxes.
  • NEW: You can now specify data pack tag groups in the custom items config by prefacing the tag resource id with '#'; for example: '#forge:foods/stews=24' will adjust any item in the foods/stews tag to 24 while '#forge:snowballs' will stack any item in the forge:snowballs tag to 64. You can use any valid data pack namespace not just minecraft and forge.