Fixed serverside crash.
[NOTE]
The mod is not really made for multiplayer support, It can be used on the server however there might be a few issues.
Known issue:
- Player creative inventory doesn't sync stack size with the server's stack size.
- idk, you tell me.
-
Optimization for supplying largest stack size to coremod.
-
Add checks to methods accessing config before it loaded.
(NOT TESTED, Report any bugs in the Discord server or open a GitHub issue)
Built for 1.21.6 onwards
Fix anvil dupe bug (again)
Fix clients item health bar offsets
Fixed anvil again
Fixed anvil again Fixed compatibility with "Iron Furnaces"
Fixed Anvil Container
Fixes container type block (chests, etc..) not dropping items when broken
Re-add configurations
- Max item size (def: 64, max: 2147483647)
- Enable scripting (def: true)
Bump NeoForge versions
- 1.21.3+ from
21.3.37-beta->21.3.58 - 1.21.1 from
21.1.80->21.1.92
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
POWoperation fromassignBy ^ itemstacksizetoitemstacksize ^ 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-runtimeinto the mod, due to NeoForge for some reason missingTokenSourceclass 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)
- Minecraft: 1.21.1
- NeoForge: 21.1.72
- Fixed crashes when changing stack size in world.
- Removed NeoForge config registers
- Jar-In-Jar(ed) Midnight Library. So no need to install Midnight Library anymore.
-
Fixes crashing on 1.21.1
-
Bump NeoForge to 21.0.167
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.

