Mostly a housekeeping update, feel free to stick with 1.3 for existing worlds. This rewrite should significantly speed up future development and reduce the workload required to bring new releases up to speed.
Stackable 1.3.1
- Stack sizes now show up in an item's tooltip (Thanks fmpreferences)
- Fixes issues relating to stacksizes above the global stacksize
- Fixes a crash bug related to brand new profiles.
Stackable 1.3
- Added the ability to customize stack size per item.
- Bug fixes for general compatibility.
~ Supported for Neoforge 1.21.1 and Fabric 1.21.1 & 1.21.3
LegacyForge will receive bugfixes at a later date
Small version bump, forge will come later.
1.2.2
- Added some additional compatibility fixes for KubeJS and Aquaculture 2.
- Made the LegacyForge port of Stackable work properly, sorry.
- ported all fixes to all 3 loaders.
Port of the neoforge mod into Legacy Forge.
- Incorporates most of the new changes in the forge and fabric variants.
- Based on the neoforge rewrite.
Brand new release to support 1.21 and neoforge.
- All improvements made during 1.20.1-6
- This is based on the fabric src rather than the forge src as that codebase was fairly out of date.
Now for 1.21!
- Nothing major in this release, mostly just fixing some mixin problems that came up in 1.21 pre-releases.
Stackable 1.2.0 Effectively a rewrite of the mod to use less invasive mixins that should maintain better compatibility than the previous mixins. No major new features.
Updated to 1.20.5!
- Stack sizes are no longer limited to 127, you can set the stack size of any block to any number from 1-2.147B.
- Stack size is now setup in the default component object. It should work everywhere as long as the container appropriately uses that component value for calculating the size of a stack.
- Some mixins are no longer needed but are being kept in the repository until 1.21
- I guess Stackable127 isn't a good name anymore
A small version bump with one bugfix
- ItemEntities will now merge into groups of the given itemsize, rather than of a hardcoded 64
Added 1.20.2 support