Included content
| Name | Version | |
|---|---|---|
The mod now detects the SkyBlock profile you're playing on and saves it's data for each profile seperately!
(This affects most data the mod saves, apart from settings!)
When the mod detects a SkyBlock profile for the first time you will get a popup with the option to import the data from previous mod versions, if any is available!
Along with this the live server is also now differentiated from the alpha network, so for those who test Scatha farming stuff on alpha: doing so no longer messes with your live server data.
I've restructured how I develop the mod across multiple Minecraft versions.
That + the support for multiple profiles required a bunch of code refactoring!
I did some basic testing across all 3 currently supported MC versions and everything seemed to work, but I may have missed something, so if anything broke, please let me know!
| Name | Version | |
|---|---|---|
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.
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:lPe25xOt:ets5g5yX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPe25xOt:ets5g5yX"
}