Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
2.3.1+26.1-fabric
Release
Puzzle 2.3.1 - Fabric 26.13 months ago 1.63M
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
Puzzle v2.3.1
- Port to MC 26.1
- Remove unified GUI, as it's obsolete now that Sodium provides a way to register custom mod options
- This will be also come to older versions, along with many exciting new resourcepack capabilities. Stay tuned!
Puzzle v2.3.0
- Backported Minecraft 1.21.11's new multi-axis-rotation system for models to MC 1.20.1 - 1.21.10
Puzzle v2.2.1
- Add support for 1.21.11 (Mounts of Mayhem)
- Fix crash when ModMenu is missing
- Fix 1.21.4 support by providing an extra build
- This is the first 1.21.4 build with working splashscreen logo blending!
- Load splashscreen textures earlier on NeoForge
- Update to MidnightLib 1.9.2
Puzzle v2.2.0
- Setup a multiversion build environment
- Puzzle will now always be up-to-date on all relevant versions of Minecraft
(Fabric/Forge 1.20.1; Fabric/NeoForge 1.21.1, 1.21.5, 1.21.8, 1.21.10)
- Puzzle will now always be up-to-date on all relevant versions of Minecraft
- Migrate to Mojang mappings in preparation for upcoming non-obfuscated releases
- Updated Entity Model/Texture Features compatibility
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:3IuO68q1:M6In6JRO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3IuO68q1:M6In6JRO"
}

