Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 5 months ago
All versions
1.7.3+1.21.8
Release
Island Utils 1.7.3+1.21.810 months ago 6,126
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
- Fix icons not working (
@LukynkaCZE) - Transfer string into a translation file & add Ukrainian (uk_ua) translations (
@SuperNeon4ik) - Fix switching lobbies on the same instance re-sending the friends message (
@LukynkaCZE) - Update crafting toast for longer craft names (
@AxelTheModder) - Fix split timer overlapping with queue UI (
@violine1101) - Fix crash related to cosmetic preview (
@LukynkaCZE) - Fix pkw dojo expiry not working anymore (
@LukynkaCZE) - Fix crafting detection not working anymore (
@LukynkaCZE) - Add higher quality lobby music (
@LukynkaCZE) - Fix pkw split icons (
@LukynkaCZE) - Fix music settings not saving properly (
@LukynkaCZE) - Fix non-existing JSON object causing NullPointerException on initializing (
@violine1101)
New Contributors
@SuperNeon4ikmade their first contribution in #152@AxelTheModdermade their first contribution in #191@violine1101made their first contribution in #190
Full Changelog: https://github.com/AsoDesu/IslandUtils/releases/edit/1.7.3%2B1.21.8
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:iw8lsmHb:hvnJHkkI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iw8lsmHb:hvnJHkkI"
}



