Tags
Creators
Details
Licensed ARR
Published 7 months ago
Updated 23 hours ago
All versions
1.2.0
Release
isles+ 1.2.023 hours ago 21
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Isles+ 1.2.0
New
- Waystone Finder: glows waystones, shows a name tag on the closest one when you're too far for the model to load
- Plushie Finder range slider, off by default
- Tick skip QTE tracking works with the new minigame (woodcutting, fishing, mining, farming), still beta/in-progress
Fixes
- Bossary parses again when bosses are "Available now", auto open closes itself and leaves your own /bossary alone
- Nerd mode auto enable works with the new /settings menu
- Specific mobs should no longer show up as QTE trackers
- Score calculator should no longer crash on bad scoreboard numbers
Changes
- Score Calculator and Player Highlight are on by default and don't need the rift warning anymore
- Plushie Finder, Node Radius, Inventory Full and Harvest Timer are off by default
- UI updates / cleanup
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:V2xkPl5M:Py2Nzad6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V2xkPl5M:Py2Nzad6"
}

