Tags
Creators
Details
3.13+fabric-1.21
Compatibility
Required content
Changes
- Implemented the feature that was suggested in GitHub Issue #11. Using the filters panel, you may now perform some simple "general stat value conversions". Basically, times and distances can now be viewed in other measurement units of your choosing.
- The implementation in my opinion still needs some more tweaks and fixes, so I'll do that eventually as well. Hopefully it doesn't take 2 years again.
And lastly (for this release);
Waving 1.20.X goodbye for the 2nd time now. I know many people are still on 1.20.X and would like to see BSS updated on those versions, but as Minecraft gets more and more updates, dealing with all the versions becomes more and more complicated and time-consuming. As much as I'd love to keep maintaining 1.20.X, I'd have to write/port the same code I write 5-7 more times, do testing and ensure the code works 5-7 more times (one for each version), publish 5-7 more files.. you get the point. Basically, each development step has to be sort-of repeated for each version maintained. This unfortunately can't go on forever, as much as I'd want it to.
I hope that the features that I left in 1.20.X are useful for you, and thank you for using them!
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:nCrLqsV1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:nCrLqsV1"
}




