- Fix tooltip using wrong translatable text.
- You can now redye backpacks.
- Fixed global backpack not saving.
- 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.
- Made bedrock resource pack be automatically downloaded to bedrock clients. (It isn't required to manually put the bedrock resource pack for this mod now.)
- Made recipes discoverable.
- Added missing recipes.
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.
- Probably fixes some recipes and bugs.
- Removed dev stuff.
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.