Перейти к содержимому
Mineforgian

Stackable

Stackable is a mod that increases all block stacking limits to any value less than 127 for Minecraft 1.20.4-1.19.2 and 2.147B for versions after 1.20.6

139K загрузок168 подписчиковCC0-1.0fabricforgeneoforge

Обновлён 18 июня 2026 г. · опубликован 4 мая 2023 г.

  • Stack sizes above 127 (1.20.6+)
  • Stack sizes of 127

Stackable

Stackable is a mod that increases all block stacking limits to any value less than 127 for Minecraft 1.19.2-1.20.4 and 2.147B in 1.20.6+.

Why 127?

Effectively, I'm lazy, but in reality, Minecraft stores all items with a single signed byte which for our purposes only can be between -128 to 127, since negative values are invalid that leaves a maximum stack size of 127. Moreover, this mod is intended to be compatible with other mods which may also use signed bytes to store items.

Why make this mod

I don't know, other mods already exist that allow for stack sizes above 127. This was more for experimentation with creating mixins and understanding Minecrafts code a little better.

Will you update to X?

Maybe.

Will you backport to X?

Eh, not really.

There's a bug here?

I might fix bugs that are Vanilla specific, but mod compatibility is gonna be kinda hard to do

Mod support?

This mod should be compatible with most other mods, I've tested this mod in all of Fabric Orion, and it generally works, some blocks will limit their storage size to 64 but shouldn't crash. Most of my mixins to the code surround editing the interface that all inventory mods should implement to begin with, so if they call the stack size from that interface they should receive the appropriate value.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.1.1Релиз26.2forge18 июня 2026 г..jar (36 КБ)
2.1.1Релиз26.2neoforge18 июня 2026 г..jar (37 КБ)
2.1.1Релиз26.2fabric18 июня 2026 г..jar (36 КБ)
2.1.1Релиз1.21.1forge18 июня 2026 г..jar (653 КБ)
2.1.1Релиз1.21.1neoforge18 июня 2026 г..jar (37 КБ)
2.1.1Релиз1.21.1fabric18 июня 2026 г..jar (39 КБ)
2.1.1Релиз26.1.2forge6 июня 2026 г..jar (36 КБ)
2.1.1Релиз26.1.2neoforge6 июня 2026 г..jar (37 КБ)
2.1.1Релиз26.1.2fabric6 июня 2026 г..jar (36 КБ)
2.1.0Релиз26.1neoforge25 марта 2026 г..jar (37 КБ)
2.1.0Релиз26.1fabric25 марта 2026 г..jar (36 КБ)
2.0.5Релиз1.21.11forge8 марта 2026 г..jar (35 КБ)
2.0.5Релиз1.21.11neoforge8 марта 2026 г..jar (35 КБ)
2.0.5Релиз1.21.11fabric8 марта 2026 г..jar (35 КБ)
2.0.4Релиз1.21.9, 1.21.10, 1.21.11forge10 января 2026 г..jar (35 КБ)

Показаны последние 15 из 54 версий. Все версии — на Modrinth.

Ченджлог

2.1.1Релиз26.2 · 18 июня 2026 г.

Stackable 2.1.1!

a port to 26.2!

  • Simple version bump to 26.2, no major code changes.
2.1.1Релиз26.2 · 18 июня 2026 г.

Stackable 2.1.1!

a port to 26.2!

  • Simple version bump to 26.2, no major code changes.
2.1.1Релиз26.2 · 18 июня 2026 г.

Stackable 2.1.1!

a port to 26.2!

  • Simple version bump to 26.2, no major code changes.
2.1.1Релиз1.21.1 · 18 июня 2026 г.

Stackable 2.1.1!

a port to 1.21.1!

  • Changes since 2.0.4
    • When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
      • This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
      • This is configurable in stackable.json with the "bundleStackPenalty" property.
  • The Debug log present in Forge and NeoForge has been removed from 1.21.1 branch
2.1.1Релиз1.21.1 · 18 июня 2026 г.

Stackable 2.1.1!

a port to 1.21.1!

  • Changes since 2.0.4
    • When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
      • This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
      • This is configurable in stackable.json with the "bundleStackPenalty" property.
  • The Debug log present in Forge and NeoForge has been removed from 1.21.1 branch
2.1.1Релиз1.21.1 · 18 июня 2026 г.

Stackable 2.1.1!

a port to 1.21.1!

  • Changes since 2.0.4
    • When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
      • This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
      • This is configurable in stackable.json with the "bundleStackPenalty" property.
  • The Debug log present in Forge and NeoForge has been removed from 1.21.1 branch
2.1.1Релиз26.1.2 · 6 июня 2026 г.

Stackable 2.1.1!

a port to 26.1.2!

  • Ported to 26.1.2
  • Stackable now supports Forge again.
  • Started introducing GameTests.

Next move is porting the bundle nerf to 1.21.1

2.1.1Релиз26.1.2 · 6 июня 2026 г.

Stackable 2.1.1!

a port to 26.1.2!

  • Ported to 26.1.2
  • Stackable now supports Forge again.
  • Started introducing GameTests.

Next move is porting the bundle nerf to 1.21.1

Полная история изменений — на Modrinth.

Комментарии

Загружаем…