Tags
Creators
Details
v0.6.2-prerelease-9
Compatibility
Changes
Hey! Happy Pride Month Everyone! It's been almost a year since the last release, so I'm here to prove that this mod is infact still alive
Bug Fixes
- Fixed dungeon end messages being sometimes sent twice (@Su386yt)
- Fixed health alert triggering when people are dead (@Su386yt)
- Fixed chat alerts not highlighting properly (@Su386yt)
- Fixed chat alerts only highlighting one occurrence of an alert (@Su386yt)
- Fixed items refills not having the correct item quantity (@j10a1n15)
Technical Changes
- Cache the current island (@j10a1n15)
- Improved event handling (@ThatGravyBoat and @j10a1n15 )
Full Changelog: https://github.com/PartlySaneStudios/partly-sane-skies/compare/beta-v0.6.2-prerelease-8...beta-v0.6.2-prerelease-9
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:jlWHBQtc:YBADcSHf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jlWHBQtc:YBADcSHf"
}

