Tags
Creators
Details
All versions
3.13.1+fabric-1.21
Release
BSS (fabric-1.21) - v3.13.12 years ago 266.2K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Required content
Changes
- A small tweak / bug fix where item and mob stats will now use their corresponding stat formatters when displaying stat values. Nothing will look different in vanilla, but may offer a bit more compatibility with modded stats.
- Removed the Google Frorms feedback button because literally next-to-nobody clicked on it. In other words, kinda pointless to have an unused feature. If you wish to submit feedback anyways, you may do so in the way everyone seems to prefer, that being by either opening an issue on GitHub or by contacting me directly.
Optional dependencies
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:n6PXGAoM:QUR4n7cH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:QUR4n7cH"
}




