Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 4 months ago
All versions
1.1.0
Release
isles+ 1.1.04 months ago 45
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Isles+ | v1.1.0 Release
A major update adding Boss Timers, Auto Party, Ground Items Notifier, a full calculator, and custom sound editing.
Use /ip to open the menu.
⚙️ QOL
- Boss Timers - new world boss timer tracker with HUD, per-boss visibility, and
/bossaryintegration - Auto Party - new feature to invite your saved party with one keybind
- Ground Items Notifier - new custom keyword-based dropped item alerts with HUD, screen warning, highlight, and optional sound
- Inventory Calculator - new built-in calculator inside Inventory Search
- Sound Editor - new in-menu sound picker with volume, pitch, save, reset, and test controls
- Keybinds Card - new live keybind display inside the settings menu
- Settings Menu - scrolling support for the
/ipmenu
🏚️ Rift
- Score Calculator - optional player count display
- Score Calculator - optional rank drop timer display
/ip rift setplayers {num}- manually override player count
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:DsqkoXY4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V2xkPl5M:DsqkoXY4"
}

