Tags
Creators
Details
All versions
2.3.7
Release
SkyblockAddons-2.3.72 months ago 8,556
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
2.3.7 release for FabricMC 26.1:
- fix(regex): Pets inventory regex pattern
- Closes #202
- chore(petItems): new pet items
- chore(seaCreatures): new sea creatures
- ci(petItems): petItems.json not in sync list
- ci(sync): add manuel trigger button
- fix: shutdownHook not compatible with new watchdog (backport from 26.2)
- fix: EndstoneProctorManager#detectStage using PLAYER_HEAD block instead of PLAYER_WALL_HEAD
- feat: add Lotus Atoll to Fancy Warp
- docs: new wiki credit
- perf: minor optimization backport for outline target finding
- fix: add success message for reload command that was wrongly removed
- fix: auto updater not works with compatible mc versions
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:8GiG3Egy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:8GiG3Egy"
}


