Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated yesterday
All versions
21.9.1
Release
[FABRIC] [1.21.9] PuzzlesLib v21.9.110 months ago 7,156
Compatibility
Minecraft: Java Edition
1.21.9
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
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.9.1-1.21.9] - 2025-10-02
Fixed
- Fix compatibility with the latest NeoForge version
[v21.9.0-1.21.9] - 2025-09-27
Added
- Add
ResourcePackReloadListenersContext - Add
ScreenHelper::isDoubleClick
Changed
- Update to Minecraft 1.21.9
- Update mouse and keyboard events to implement vanilla's new
MouseButtonEventandKeyEvent GameplayContentContext::registerStrippablenot longer requires blocks to have theAXISpropertyAddDataPackReloadListenersCallbacknow provides the fullReloadableServerResources- Split
ContainerScreenEventsintoScreenEvents$AfterBackgroundandRenderContainerScreenContentsCallback - Rework
SingleChestRendererto also provide a dedicated render state implementation
Removed
- Remove
NamedReloadListener - Remove specialised Fabric registries, merging them directly with
ModConstructorcontexts - Remove
ModelBakingCompleteCallback - Remove
RenderPropertyKeyin favour of vanilla'sContextKey - Remove
CommonHelper::onExplosionStart - Remove
EnumProvider - Remove
GatherDebugInformationEvents - Remove
RenderHighlightCallbackuntil mod loaders provide a replacement - Remove
RenderLevelCallbackuntil mod loaders provide a replacement - Remove
DynamicallyCopiedPackResources
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QAGBst4M:cg3ytjsH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:cg3ytjsH"
}


