Tags
Creators
Details
All versions
1.10.6
Release
SkyblockAddons-1.10.62 years ago 52.1K
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
1.10.6 release:
- fix: when loadValues() throws Exception and configValues is null or empty, backup corrupted configurations.json file and restore the defaults
- add: save previous corrupted values in PersistentValues with backupValues()
- feat(i/o): replace OutputStreamWriter/InputStreamReader with BufferedWriter/BufferedReader for better performance
- update: enchants.json
- fix(config): ensure safer file writes with temp file and atomic move
- add: show only when holding a mining tool option to Rock Pet Tracker
- fix: Dolphin Pet Tracker not visible on Edit GUI when show only when holding a fishing rod option is enabled and no rod is held
- Update CONTRIBUTING.md
- fix: Mayor Jerry Data now updates in-game
- remove(api): Mayor Jerry Data endpoint is down
- refactor: clean up Scheduler
- fix(hotfix): scheduler delay update broken by previous commit
- fix: round MayorJerryData's nextSwitch to next minute
- refactor: MayorJerryData is now final
- add: parse dungeon players dungeon class level
- fix: Dungeon Healing Circle Wall doesn't work as expected in some cases
- fix: Dungeon Teammate Name Overlay's health line not affected by Text Style
- The limitation here is that when there is more than one healer in the team, the healer circle wall solution will not work. The reason is that when healers of different levels drop the ability on the ground, the level of the owner of the circle on the ground is unknown. It can be improved with more code in the future.
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:F35D4vTL:eCiETkXs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:eCiETkXs"
}

