Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v7.0.9-1.20-Forge
Release
[FORGE] [1.20] PuzzlesLib-v7.0.93 years ago 18.4K
Compatibility
Minecraft: Java Edition
1.20
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v7.0.9-1.20] - 2023-06-19
Added
- Added
MobEffectEvents
[v7.0.8-1.20] - 2023-06-17
Added
- Added
PlayerEvents$BreakSpeed - Added
AbstractBuiltInDataProvider
Changed
AbstractDamageTypeProvideris now deprecated for removal, useAbstractBuiltInDataProviderinstead
[v7.0.7-1.20] - 2023-06-16
Fixed
- Multiple simple loot data providers should be allowed
[v7.0.6-1.20] - 2023-06-16
Added
- Added data generator for particle descriptions
Changed
- Streamlined existing data generators
- New helper methods in
RegistryManagerfor biomes and particles
[v7.0.5-1.20] - 2023-06-15
Added
- Added
ItemEquipmentFactorieshelper class - Added a few more methods to
ToolTypeHelper
[v7.0.4-1.20] - 2023-06-14
Added
- Added
ClientLevelEvents - Added
ToolTypeHelper - Added helper methods for dealing with enchantment tags
[v7.0.3-1.20] - 2023-06-12
Fixed
- Fixed arrow entity related crash on Fabric
- Fixed wrong parameter being passed for camera event on Forge
[v7.0.2-1.20] - 2023-06-10
- Bump version
[v7.0.1-1.20] - 2023-06-10
Changed
- Minor improvements to helper methods for adding contents to creative tabs
- Made
ResourceKeys inCreativeModeTabsaccessible in common once again
[v7.0.0-1.20] - 2023-06-09
- Ported to Minecraft 1.20
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:9Q6cCSz6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:9Q6cCSz6"
}

