Tags
Creators
Details
3.11.3+fabric-1.21
Compatibility
Required content
Changes
- Reupload of
v3.11.3, but the "full version".
Recently, I had the idea to release "full versions" of BSS on my personal website. The goal was to offer you an easy way to support me (aka by visiting my site) and, in return, I'd give you access to extra features without changing the existing ones. After some thought, Iβve decided to scrap this idea because it seemed like more hassle than itβs worth. I do not wish to inconvenience you, and below is just a few inconveniences my idea posed:
- Having to close the game to manually download this mod from elsewhere and then manually install it and restart the game
- Having to do the above process for each update this mod gets
- Launchers being unable to provide an update mechanism, leaving people stuck on older versions until they update manually
Because of this, I have chosen to keep things simple, and scrap my idea. If I ever choose to go for something similar in the future, it likely will not involve having to manually download and install the mod from elsewhere.
In the meantime, an update:
The "quick share" feature is still in development. I have successfully implemented the back-end logic on my servers, and am now working on integrating them into this mod. If all goes well from here, this feature I plan on adding will be implemented as well.
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:2n9CpLEp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:2n9CpLEp"
}

