Fixes the hardcoded 255-slot NBT inventory limit crash for large storage mods by using a dynamic positional list.
This mod specifically targets error
"failed to append value 'item...' to list 'items': Unsigned byte was too large ####>255"
Compatibility:
1) Forgebound Chests 26.2 by unevenMushyBear (Link)
2) Taking requests to add other mods that share this issue in the comments
Required
1) In theory this will work from Minecraft 1.21+ (Currently I only have it set for one mod, but if anybody finds another mod with the same issue I can add it to the file. Just leave me a comment with the mod name and version and I'll see what I can do.)
2) Fabric Loader
3) Fabric API
4) Compatible mod or it will do nothing
