Skip to content

Releases: necauqua/subpocket

v1.19.2-10.0.0.0

28 May 02:51
v1.19.2-10.0.0.0
cbf9f7c
Compare
Choose a tag to compare

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)

v1.19-9.0.0.1

28 May 03:24
v1.19-9.0.0.1
636feb1
Compare
Choose a tag to compare

Changed

  • This version has the correct metadata indicating it only works with 1.19.3 and 1.19.4

v1.19-9.0.0.0

20 Jan 01:57
v1.19-9.0.0.0
b4e4a48
Compare
Choose a tag to compare

Changed

  • Updated the mod to the 1.19.3 minecraft version

v1.18-8.0.1.1

11 Jan 05:24
v1.18-8.0.1.1
a0ae7a6
Compare
Choose a tag to compare

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

v1.18-8.0.1.0

14 Dec 05:11
v1.18-8.0.1.0
22da1a7
Compare
Choose a tag to compare

Added

  • Now subspatial key breaks blocks at the same speed even in creative! :D

Changed

  • Rewrote cringe JS transformer to mixins which are more stable at this point

Fixed

  • Items dropping when broken by the key on 1.18.1

v1.18-8.0.0.0

30 Nov 22:46
v1.18-8.0.0.0
d19698f
Compare
Choose a tag to compare

Changed

  • Updated the mod to 1.18 version of the game

v1.17-7.0.0.1

24 Oct 19:05
v1.17-7.0.0.1
fc397e9
Compare
Choose a tag to compare

Fixed

  • Fix the /give command creating a fake subspatial key item

v1.17-7.0.0.0

20 Oct 17:53
v1.17-7.0.0.0
e80df2c
Compare
Choose a tag to compare

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

v1.16-6.0.0.3

19 Oct 22:45
v1.16-6.0.0.3
946adfc
Compare
Choose a tag to compare

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

v1.16-6.0.0.2

06 Feb 03:00
v1.16-6.0.0.2
aba28a5
Compare
Choose a tag to compare

Fixed

  • Config updates might have had performance issues if in a running a big modpack