Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v21.8.9-1.21.8-Fabric
Release
[FABRIC] [1.21.8] PuzzlesLib-v21.8.99 months ago 183.9K
Compatibility
Minecraft: Java Edition
1.21.8
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.8.9-1.21.8] - 2025-10-23
Changed
- Add access widener for
CreativeModeInventoryScreen$SlotWrapper
Fixed
- Fix
java.lang.UnsupportedOperationExceptionwhen joining a world when a mod is trying to remove existing mob spawns on NeoForge
[v21.8.8-1.21.8] - 2025-08-13
Changed
- Rework freezing of
ConfigHolderandRegistryManager
[v21.8.7-1.21.8] - 2025-08-13
Added
- Add
RegistryManager::prepareTag - Expand methods in
CustomItemModelOutput
[v21.8.6-1.21.8] - 2025-08-11
Added
- Add
RenderPropertyKey::onUpdateEntityRenderState
[v21.8.5-1.21.8] - 2025-08-10
Changed
- Replace
HudStatusBarHeightRegistrywith implementation from Fabric
Fixed
- Fix entity interaction events not functioning properly on Fabric
- Fix lenient validation for restricted config values
[v21.8.4-1.21.8] - 2025-08-04
Added
- Add
AbstractLootProvider.Blocks::createHeadDrop - Add
CommonHelper::getRegistryAccess
Changed
- Tag contents constructed via
AbstractTagProviderare now sorted to ensure consistent results for dynamically added data pack registry entries
[v21.8.3-1.21.8] - 2025-07-31
Added
- Add
PackRepositorySourcesContext::registerBuiltInPack - Support built-in packs in
DataProviderHelper - Add
TransformingForwardingList
Changed
pack.mcmetais now always created during data generation for every mod
[v21.8.2-1.21.8] - 2025-07-27
Fixed
- Fix
Config has already been registeredexception
[v21.8.1-1.21.8] - 2025-07-27
Added
- Add
AnchorPoint - Add
CommonHelper::getBlockableEventLoop
Changed
- Overhaul
ComponentHelperimplementation to properly support legacy formatting codes passed as part of a string
Fixed
- Fix some quirks with player interaction events on Fabric
[v21.8.0-1.21.8] - 2025-07-18
- Update to Minecraft 1.21.8
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:tXTEdgyF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:tXTEdgyF"
}


