Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
21.10.8
Release
[FABRIC] [1.21.10] PuzzlesLib v21.10.87 months ago 445.8K
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Any compatible version
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.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
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:HJGSxOtN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:HJGSxOtN"
}

