Skip to content

Release 1.2.1

Choose a tag to compare

@kccricket kccricket released this 24 Jun 03:44
Immutable release. Only release title and notes can be modified.
9955e32

ClickSorted 1.2.1 fixes bundle packing silently ignoring dyed bundles as pack targets.

Bug Fixes

  • Colored bundles not recognized as pack binsBundlePacker now matches all bundle color variants (e.g. RED_BUNDLE, BLUE_BUNDLE) when scanning for pack targets, not just Material.BUNDLE. Dyed bundles in an inventory were passed over as bins and left empty during a bundle-packing sort.

Compatibility

✔️ Paper/Folia 1.21.5 – 26.1.x
✔️ Java 21+

Upgrading

  1. Stop your server.
  2. Replace the old jar in plugins/ with this release.
  3. Start your server.

What's Changed

  • Fix bundle packing to match all bundle color variants by @kccricket