Fixed
- Both Minecraft and Forge decided that 1.19.3 is a new major version and changed a few APIs, causing the version of subpocket for 1.19.3 to crash on 1.19.2.. Releasing a separate fixed version. (#6)
Added
- Support for Public Gui Announcement
- Profiling info for the subpocket screen rendering
- Prevent crashes when modded items do weird stuff in their rendering, add nice gui widget for detecting and reporting that
Fixed
- A rendering crash caused by some (unknown) modded item
- Crash when trying to pixel-pick a backpack from Sophisticated Backpacks (#4)
- Fix a minor issue with GUI registration potentially causing bugs when lots of mods are installed
Added
- A few display options in the client config
- A little menu that shows when holding Tab to change most of above display options in-game
Changed
- The mod was updated to 1.17 versions of Minecraft
disable_pixel_picking
config was changed, see the 'added' section- The pixel picking was rewritten to shaders, nothing should change but this works better
- The API was revisited a little - if anyone ever used it this would break your code!
Fixed
- If an item gets added while being dragged (by a command or something) the drag is no longer bugged.
- Due to a lot of rewrites and code improvements, some other potential minor issues might've been fixed
Changed
- The default value of subspatial_key_no_despawn now defaults to false (always should've been)
Fixed
- The subpocket command was registered incorrectly and might have been disappearing after resource reload because of that, fixed
- Added correct mod metadata for the Forge and Minecraft dependencies
Added
- Now you can disable subspatial key item no-despawn behavior through config
Changed
- Updated to the 1.13 Minecraft versions
- Utilizing the new minecraft command system
- Now the count argument in commands accepts legend suffixes
- The subspatial key item is even more weird (floats and doesn't rotate)
Fixed
- The configs are now properly synced with the new Forge config system