Skip to content

Releases: Fuzss/puzzles-lib

[NEOFORGE] [1.21.11] PuzzlesLib v21.11.1

13 Dec 22:21

Choose a tag to compare

v21.11.1-1.21.11] - 2025-12-13

Fixed

  • Fix ExtractRenderStateCallback not running on Fabric

[FABRIC] [1.21.11] PuzzlesLib v21.11.1

13 Dec 22:21

Choose a tag to compare

v21.11.1-1.21.11] - 2025-12-13

Fixed

  • Fix ExtractRenderStateCallback not running on Fabric

[NEOFORGE] [1.21.11] PuzzlesLib v21.11.0

13 Dec 20:55

Choose a tag to compare

v21.11.0-1.21.11] - 2025-12-13

Added

  • Add DataPackReloadListenersContext

Changed

  • Update to Minecraft 1.21.11
  • Refactor SubmitBlockOutlineCallback into ExtractBlockOutlineCallback
  • Expand context for RenderBlockOverlayCallback
  • Unify AbstractTagAppender, while also removing non-optional string-based registration methods
  • Provide InteractionHand parameter in UseItemEvents
  • Rename PlayerNetworkEvents to JOIN and LEAVE
  • Rename RenderNameTagCallback to SubmitNameTagCallback
  • Rename RenderLivingEvents to SubmitLivingEntityEvents

Removed

  • Remove ResourceLocationHelper
  • Remove the partial tick parameter from post-extraction events and methods
  • Remove ContainerMenuHelper::addInventorySlots
  • Remove RegistryManager::registerLegacySpawnEggItem
  • Replace SearchTreeType with vanilla's ContextKey
  • Remove AddDataPackReloadListenersCallback & AddResourcePackReloadListenersCallback
  • Remove GatherEffectScreenTooltipCallback as the current implementation is not flexible enough for proper usage

[FABRIC] [1.21.11] PuzzlesLib v21.11.0

13 Dec 20:55

Choose a tag to compare

v21.11.0-1.21.11] - 2025-12-13

Added

  • Add DataPackReloadListenersContext

Changed

  • Update to Minecraft 1.21.11
  • Refactor SubmitBlockOutlineCallback into ExtractBlockOutlineCallback
  • Expand context for RenderBlockOverlayCallback
  • Unify AbstractTagAppender, while also removing non-optional string-based registration methods
  • Provide InteractionHand parameter in UseItemEvents
  • Rename PlayerNetworkEvents to JOIN and LEAVE
  • Rename RenderNameTagCallback to SubmitNameTagCallback
  • Rename RenderLivingEvents to SubmitLivingEntityEvents

Removed

  • Remove ResourceLocationHelper
  • Remove the partial tick parameter from post-extraction events and methods
  • Remove ContainerMenuHelper::addInventorySlots
  • Remove RegistryManager::registerLegacySpawnEggItem
  • Replace SearchTreeType with vanilla's ContextKey
  • Remove AddDataPackReloadListenersCallback & AddResourcePackReloadListenersCallback
  • Remove GatherEffectScreenTooltipCallback as the current implementation is not flexible enough for proper usage

[NEOFORGE] [1.21.10] PuzzlesLib v21.10.8

30 Nov 18:17

Choose a tag to compare

[v21.10.8-1.21.10] - 2025-11-30

Changed

  • Revert preventing clients from disconnecting for failed attachment syncs on Fabric

Fixed

  • Fix keybind conflicts not showing on Fabric
  • Fix LivingDropsCallback failing to capture entity equipment on Fabric

[FABRIC] [1.21.10] PuzzlesLib v21.10.8

30 Nov 18:17

Choose a tag to compare

[v21.10.8-1.21.10] - 2025-11-30

Changed

  • Revert preventing clients from disconnecting for failed attachment syncs on Fabric

Fixed

  • Fix keybind conflicts not showing on Fabric
  • Fix LivingDropsCallback failing to capture entity equipment on Fabric

[NEOFORGE] [1.21.10] PuzzlesLib v21.10.7

15 Nov 23:42

Choose a tag to compare

[v21.10.7-1.21.10] - 2025-11-16

Changed

  • Support built-in data packs that are enabled by default and can be manually disabled by players
  • Prevent clients from disconnecting for failed attachment syncs on Fabric

Fixed

  • Fix start-up crash due to an unregistered event callback on Fabric

[FABRIC] [1.21.10] PuzzlesLib v21.10.7

15 Nov 23:42

Choose a tag to compare

[v21.10.7-1.21.10] - 2025-11-16

Changed

  • Support built-in data packs that are enabled by default and can be manually disabled by players
  • Prevent clients from disconnecting for failed attachment syncs on Fabric

Fixed

  • Fix start-up crash due to an unregistered event callback on Fabric

[NEOFORGE] [1.21.10] PuzzlesLib v21.10.5

21 Oct 07:04

Choose a tag to compare

[v21.10.5-1.21.10] - 2025-10-21

Changed

  • ItemTooltipCallback is no longer called when not on the render thread, to prevent a crash caused from splitting text
    or measuring text width

[FABRIC] [1.21.10] PuzzlesLib v21.10.5

21 Oct 07:04

Choose a tag to compare

[v21.10.5-1.21.10] - 2025-10-21

Changed

  • ItemTooltipCallback is no longer called when not on the render thread, to prevent a crash caused from splitting text
    or measuring text width