Tags
Creators
Details
All versions
1.3.1
Release
oraclium 1.3.13 months ago 7
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Changes
🛠️ Patch Notes — General Fixes & Improvements
✔️ Bug Fixes
- Resolved several minor issues affecting overall stability.
- Fixed unexpected behavior in certain features.
- Optimized various internal systems to reduce errors and improve performance.
- Adjusted visual and interactive elements that were not functioning as intended.
✨ Feature Improvements
- Improved the responsiveness and performance of core features.
- Refined certain mechanics for more intuitive use.
- Optimized the code for better in-game performance.
- Updated several systems to ensure better compatibility with recent versions.
🔧 Miscellaneous Adjustments
- Cleaned up the code and improved the internal structure.
- Middle balance adjustments for a more consistent experience.
- General improvements to stability and user experience.
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:GzTKTzvD:dxXj6kzA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GzTKTzvD:dxXj6kzA"
}

