All versions
1.0.0
Release
Isles+ v1.0.04 months ago 24
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Isles+ | v1.0.0 Release
The first public release of Isles+!
Use /ip to open the menu.
Features
QOL
- Inventory Search Bar - filter by name or
#loretag (comma for multiple filters) - Inventory Full Notification - notify on full inventory until
J(default keybind) - Slot Locking - press
L(default keybind) to lock armor/inventory slots - Chat Filters - hide Mana Meteor messages and/or Guild chat
- Plushie Finder - highlights nearest unowned plushie with a waypoint
- Mod-only Sounds - silence game audio and hear only mod alerts
Node Farming
- Node Radius - particle ring around your active node
- Drop Notify - announces 8x and 16x drops with configurable sound
- Node Depleted Ping - alerts when your current node runs out
- Regen Mode - pings when your node regenerates (with optional single-ping or ping-until-refarm)
- Harvest Timer - displays a timer over your node showing when it will deplete
- QTE Tracker - highlights quick time events while actively farming a node
Rift
- Button Finder - highlights Rift buttons
- Chest Finder - highlights Rift chests
- Grub Machine Finder - highlights Rift grub machines
- Mob Finder - highlights nearby Rift mobs
- Player Highlight - highlights nearby players in Rifts
- Score Calculator - live rank HUD in Rifts
Hotkeys
- Resource Vault - open with
/rvault(or keybinded via settings) - Backpack & Trash - quick access via
/bpand/trash(or keybinded via settings)
License
All Rights Reserved
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:XrmEf4JX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V2xkPl5M:XrmEf4JX"
}

