Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v21.0.15-1.21-Fabric
Release
[FABRIC] [1.21] PuzzlesLib-v21.0.152 years ago 45.8K
Compatibility
Minecraft: Java Edition
1.21
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.0.15-1.21] - 2024-07-14
Added
- Add
ItemHelper
[v21.0.14-1.21] - 2024-07-14
Added
- Add custom
/configcommand format for development
Fixed
- Fix camera z-rotation from
ComputeCameraAnglesCallbackon Fabric - Fix loot tables and advancements data generation output paths
[v21.0.13-1.21] - 2024-07-12
Fixed
- Fix crash on NeoForge v21.0.82 by updating config system internals
- Fix
BlockConversionHelperfailing to copy tags client-side - Fix
TooltipRenderHelperdrawing tooltip contents above the screen layer
[v21.0.12-1.21] - 2024-07-09
Added
- Add
NbtSerializableCodec - Add
LookupHelper
Changed
- Some adjustments for data-driven enchantments
- Provide
HolderLookup.ProvidertoNbtSerializable
[v21.0.11-1.21] - 2024-07-08
Added
- Add
RegistryFactory
Fixed
- Fix
FinalizeItemComponentsCallbackandComputeItemAttributeModifiersCallbacknot being called on Fabric due to registering too late
[v21.0.10-1.21] - 2024-07-08
Added
- Add
GatherEffectScreenTooltipCallback - Add
AddDataPackReloadListenersCallbackfor replacingModConstructor::onRegisterDataPackReloadListeners - Add
AddResourcePackReloadListenersCallbackfor replacingClientModConstructor::onRegisterResourcePackReloadListeners
Changed
- Call
LoadCompleteCallbackmuch earlier on clients
Fixed
- Fix
FinalizeItemComponentsCallbackandComputeItemAttributeModifiersCallbacknot being called on NeoForge due to registering too late
[v21.0.9-1.21] - 2024-07-07
Added
- Add
TooltipComponent
Changed
- Update to NeoForge v21.0.75
[v21.0.8-1.21] - 2024-07-07
Fixed
- Fix
ModelEvents.ModifyUnbakedModelproviding an incorrect model lookup
[v21.0.7-1.21] - 2024-07-07
Changed
- Rename
ContainerImpltoListBackedContainer
[v21.0.6-1.21] - 2024-07-06
Changed
- Rename
ContainerHelpertoContainerItemHelper
[v21.0.5-1.21] - 2024-07-06
Added
- Add
ContainerHelper
Fixed
- Fix
FOV Effectsaccessibility setting being broken on Fabric - Fix
ContainerSerializationHelper::createTagfailing to store the actual item
[v21.0.4-1.21] - 2024-07-06
Fixed
- Fix
AbstractLootProvidergenerating an empty loot table - Fix item lookup failing in
AbstractRecipeProvider - Fix
ClassCastExceptionwhen sendingMessageV2
[v21.0.3-1.21] - 2024-07-06
Added
- Add
SearchRegistryHelper
[v21.0.2-1.21] - 2024-07-05
Changed
- Revert common publication namespace change
- Some additions for
ExtraStreamCodecs
Removed
- Remove
MessageSerializerin favor ofStreamCodec
[v21.0.1-1.21] - 2024-07-05
Changed
- Switch common publication namespace to intermediary
[v21.0.0-1.21] - 2024-07-04
- Port to Minecraft 1.21
- Forge is no longer support in favor of NeoForge
Added
- Add
FinalizeItemComponentsCallback - Add
ResourceLocationHelper - Add
EntityTickEventsin favor ofLivingTickCallback - Add
RegisterPotionBrewingMixesCallbackin favor ofPotionBrewingRegistry
Changed
- Overhaul
RenderGuiLayerEventsids - Expand
ScreenTooltipFactoryto allow for directly setting the tooltip on a widget - Migrate
ItemAttributeModifiersCallbacktoComputeItemAttributeModifiersCallback - Migrate
ArmorMaterialhelpers fromItemEquipmentFactoriestoRegistryManager - Migrate
CopyTagRecipetoCopyComponentsRecipe
Removed
- Remove old
ScreenHelperin favor of access widener - Remove
NetworkHandlerV2,MessageV2is now compatible withMessageV3and can therefore be registered viaNetworkHandlerV2 - Remove remaining Cardinal Components classes
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:FBiKXkKa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:FBiKXkKa"
}


