InfiniStack

1.7.10 Infinite Stack Size Mod. Breaks the item stack limit up to 2.0 billion (32 int limit).

File Details

InfiniStack-1.1.0-beta1

  • B
  • Jul 12, 2026
  • 691.33 KB
  • 5
  • 1.7.10
  • Forge

File Name

InfiniStack-1.1.0-beta1.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:infinistack-1275126:8417739")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

IMPORTANT

  • Search for a mod called InfiniPatch-[EXTRACTED] under your mods folder. If it exists, DELETE IT, or the game will crash when it loads. (It's an automatically extracted patch mod that is now deprecated)

  • If you're using the mod HodgePodge (GTNH has this mod by default): Please set fixContainerShiftClickRecursion to false in its config file.

  • It is recommended to delete the config file and let infinistack regenerate a new one when you switch to this version, since the config has changed significantly.

  • The new default max stack size is exactly 1 billion, instead of 2^30 - 1.

Added

  • Mod Compact for most mods from GTNH 2.8.4 (Some of them are still untested)

  • Mod Compact for Better Furnaces, Backpack, More Furnaces.

  • New Feature: Stack Size Overrides (In the config), where you can customize the max stack size for specific items.

  • Auto-resize the stacksize text when Unicode Font is off. This behaviour can be toggled off in the config if you don't want it.

  • A button above the result slot of the crafting table that enables / disables instant craft. (Still in development, will be added to more crafting containers later)

    • Instant Craft: When enabled, the crafting table ignores the 10000 item limit. If a recipe doesn't work properly with instant craft (notably most GTNH Tool recipes), you can turn it off and crafting will be capped at the 10000 item limit again.
    • The Enable Fast Craft config option has been removed.

Changed

  • Shift-clicks in the crafting table now craft at most 10000 items per click. This number can be changed in the config.

  • InfiniPatch is no longer extracted to the mods folder. It is now deprecated and must be removed manually.

  • The mod now overrides ModularUI's and GTNH-NEI's custom stack size display to keep the visuals consistent. (If you prefer the GTNH-style display, enable the Use Alternate Display config option)

  • Removed the /infgive command, since vanilla /give now supports values greater than 64 with the mod installed.

  • Forestry's worktable is now usable, though still not recommended. The Enable Forestry Worktable config option has been removed.

  • The new default max stack size is exactly 1 billion, instead of 2^30 - 1.

Fixed

  • Bogosorter's sort inventory feature not working when an item's total stack size is too large.

  • CraftingTweaks's balance grid button crashing the game when handling large stack sizes.

  • Various issues regarding the crafting logic.