- Update to 1.21.5
-- This was not a simple update, as it involves changes to how backpacks are saved and loaded because minecraft changed the way persistent data works, which are not compatible with previous versions. In simple terms, old backpacks won't work with the new version. However, I've implemented a system that should convert the old data into the new format.
- Fix #28.
-- Note: Might have some noticeable changes to the backpack.
- Fix #24
- Fix Shulker Backpack Recursion #19
- Fix #18
Features
- Added colored backpacks.
Improvements
- Made backpacks not able to be moved while opened.
- Some texture changes.
Internal changes
- Turn extended slots into stack data.
- Only check for container component if backpack's inventory is empty.
- Check resultStack is ContainerItem instead of checking in for loop.
Features
- Added colored backpacks.
- Added geyser support. See [Adding Geyser Support].
Improvements
- Made backpacks not able to be moved while opened.
- Some texture changes.
Internal changes
- Turn extended slots into stack data.
- Only check for container component if backpack's inventory is empty.
- Check resultStack is ContainerItem instead of checking in for loop.