NOTICE
Updating from version 1.0.x
to 2.0.x
may cause your item to be set back to 64;(or original stack size of item) if you join the world before setting items stack size. check out the wiki for scripting guide!
1.21 & 1.21.1 (stackupper-1.21.1-2.0.1-all.jar
)
- Changed
POW
operation fromassignBy ^ itemstacksize
toitemstacksize ^ assignBy
- Changed from int value to long, to handle possible causes of integer overflow
1.21.3 (stackupper-1.21.3-2.0.1.jar
)
- Same as 1.21
- Updated client side mixin
- Embedded
antlr4-runtime
into the mod, due to NeoForge for some reason missingTokenSource
class from antlr.
NOTE
1.21.3 isn't fully tested so if you have issues, open an issue on GitHub, or report in the Discord Server.
THIS VERSION WILL BREAK EVERYTHING! IF YOU'RE UPDATING!
Due to the changes made in this version, it is recommended to check out the wiki before joining a world, if you don't understand anything join the Discord and create a post.
For 1.21.3 and higher support
This will be released probably around this or next week or later, as there were changes to some of thing StackUpper patches, so things to debug and fix.
Changes
- Removed config overall
- Removed MidnightLib
- Added custom stackupper language (allows for custom rule)
This fixes crash when clicking the config button.
Bump NeoForge version to release: 21.0.157
Changes the way ItemStack range are patched
NOTEs:
-
1.21.1 isn't tested yet, but based on Minecraft java changelog it should work.
-
NeoForge config is now registed but is not used, i will probably be using it as soon as Configured is fixed and remove MidnightLib as a dependency.