
[NEOFORGE] [1.21.11] PuzzlesLib v21.11.1
release13 декабря 2025 г.Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.11.1-1.21.11] - 2025-12-13
Fixed
- Fix
ExtractRenderStateCallbacknot running on Fabric
[v21.11.0-1.21.11] - 2025-12-13
Added
- Add
DataPackReloadListenersContext
Changed
- Update to Minecraft 1.21.11
- Refactor
SubmitBlockOutlineCallbackintoExtractBlockOutlineCallback - Expand context for
RenderBlockOverlayCallback - Unify
AbstractTagAppender, while also removing non-optional string-based registration methods - Provide
InteractionHandparameter inUseItemEvents - Rename
PlayerNetworkEventstoJOINandLEAVE - Rename
RenderNameTagCallbacktoSubmitNameTagCallback - Rename
RenderLivingEventstoSubmitLivingEntityEvents
Removed
- Remove
ResourceLocationHelper - Remove the partial tick parameter from post-extraction events and methods
- Remove
ContainerMenuHelper::addInventorySlots - Remove
RegistryManager::registerLegacySpawnEggItem - Replace
SearchTreeTypewith vanilla'sContextKey - Remove
AddDataPackReloadListenersCallback&AddResourcePackReloadListenersCallback - Remove
GatherEffectScreenTooltipCallbackas the current implementation is not flexible enough for proper usage
[FABRIC] [1.21.11] PuzzlesLib v21.11.1
release13 декабря 2025 г.Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.11.1-1.21.11] - 2025-12-13
Fixed
- Fix
ExtractRenderStateCallbacknot running on Fabric
[v21.11.0-1.21.11] - 2025-12-13
Added
- Add
DataPackReloadListenersContext
Changed
- Update to Minecraft 1.21.11
- Refactor
SubmitBlockOutlineCallbackintoExtractBlockOutlineCallback - Expand context for
RenderBlockOverlayCallback - Unify
AbstractTagAppender, while also removing non-optional string-based registration methods - Provide
InteractionHandparameter inUseItemEvents - Rename
PlayerNetworkEventstoJOINandLEAVE - Rename
RenderNameTagCallbacktoSubmitNameTagCallback - Rename
RenderLivingEventstoSubmitLivingEntityEvents
Removed
- Remove
ResourceLocationHelper - Remove the partial tick parameter from post-extraction events and methods
- Remove
ContainerMenuHelper::addInventorySlots - Remove
RegistryManager::registerLegacySpawnEggItem - Replace
SearchTreeTypewith vanilla'sContextKey - Remove
AddDataPackReloadListenersCallback&AddResourcePackReloadListenersCallback - Remove
GatherEffectScreenTooltipCallbackas the current implementation is not flexible enough for proper usage
[FABRIC] [1.21.11] PuzzlesLib v21.11.0
release13 декабря 2025 г.Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.11.0-1.21.11] - 2025-12-13
Added
- Add
DataPackReloadListenersContext
Changed
- Update to Minecraft 1.21.11
- Refactor
SubmitBlockOutlineCallbackintoExtractBlockOutlineCallback - Expand context for
RenderBlockOverlayCallback - Unify
AbstractTagAppender, while also removing non-optional string-based registration methods - Provide
InteractionHandparameter inUseItemEvents - Rename
PlayerNetworkEventstoJOINandLEAVE - Rename
RenderNameTagCallbacktoSubmitNameTagCallback - Rename
RenderLivingEventstoSubmitLivingEntityEvents
Removed
- Remove
ResourceLocationHelper - Remove the partial tick parameter from post-extraction events and methods
- Remove
ContainerMenuHelper::addInventorySlots - Remove
RegistryManager::registerLegacySpawnEggItem - Replace
SearchTreeTypewith vanilla'sContextKey - Remove
AddDataPackReloadListenersCallback&AddResourcePackReloadListenersCallback - Remove
GatherEffectScreenTooltipCallbackas the current implementation is not flexible enough for proper usage
[NEOFORGE] [1.21.11] PuzzlesLib v21.11.0
release13 декабря 2025 г.Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.11.0-1.21.11] - 2025-12-13
Added
- Add
DataPackReloadListenersContext
Changed
- Update to Minecraft 1.21.11
- Refactor
SubmitBlockOutlineCallbackintoExtractBlockOutlineCallback - Expand context for
RenderBlockOverlayCallback - Unify
AbstractTagAppender, while also removing non-optional string-based registration methods - Provide
InteractionHandparameter inUseItemEvents - Rename
PlayerNetworkEventstoJOINandLEAVE - Rename
RenderNameTagCallbacktoSubmitNameTagCallback - Rename
RenderLivingEventstoSubmitLivingEntityEvents
Removed
- Remove
ResourceLocationHelper - Remove the partial tick parameter from post-extraction events and methods
- Remove
ContainerMenuHelper::addInventorySlots - Remove
RegistryManager::registerLegacySpawnEggItem - Replace
SearchTreeTypewith vanilla'sContextKey - Remove
AddDataPackReloadListenersCallback&AddResourcePackReloadListenersCallback - Remove
GatherEffectScreenTooltipCallbackas the current implementation is not flexible enough for proper usage
[NEOFORGE] [1.21.10] PuzzlesLib v21.10.8
release30 ноября 2025 г.Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[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
LivingDropsCallbackfailing to capture entity equipment on Fabric
[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
[v21.10.6-1.21.10] - 2025-11-14
Added
- Add
BeforeCharacterType&AfterCharacterTypeevents
[v21.10.5-1.21.10] - 2025-10-21
Changed
ItemTooltipCallbackis no longer called when not on the render thread, to prevent a crash caused from splitting text or measuring text width
[v21.10.4-1.21.10] - 2025-10-20
Fixed
- Fix
java.lang.UnsupportedOperationExceptionwhen joining a world when a mod is trying to remove existing mob spawns on NeoForge
[v21.10.3-1.21.10] - 2025-10-16
Added
- Add
ParticleProvidersContext::registerParticleRenderType
Fixed
- Fix a crash that occurred when trying to set an attachment value on NeoForge
[v21.10.2-1.21.10] - 2025-10-11
Changed
- Update for NeoForge 21.10.7-beta
- Small refactors in
AbstractLanguageProvider - Attachment values are no longer set when the old value is equal to the new value
Fixed
- Fix duplicate key categories
- Fix
GuiGraphicsHelper::blitNineSlicedSpriteusing an invalid gui sprites atlas location
[v21.10.1-1.21.10] - 2025-10-09
Changed
- Update for NeoForge 21.10.3-beta
[v21.10.0-1.21.10] - 2025-10-08
Changed
- Update to Minecraft 1.21.10
Совместимость
Minecraft: Java Edition
Создатели
Fuzs
Владелец