Tags
Creators
Details
2.3.6
Compatibility
Required content
Changes
IMPORTANT: SkyblockAddons is in minimal maintenance mode. The mod is no longer actively developed - no new features are planned - but small and critical issues are still fixed occasionally. You can reach the latest builds from GitHub Actions, or grab a stable version from Modrinth.
2.3.6 release for FabricMC 26.1:
- fix: ENCHANTMENT_PATTERN regex
- Closes #194
- fix: potential issue with enchant lore name matching
- fix(regex): support apostrophes missed in previous commit
- fix: resolve pet level parsing, null storage, and dead price endpoint
- fix(prices): migrate lowest BIN averages from dead moulberry.codes endpoint to eliteskyblock API; update average file paths .json.gz -> .gz
- fix(pets): parse pet level manually instead of Integer.parseInt to avoid NumberFormatException
- fix(backpacks): handle null compressedStorage when Pet is deserialized
- fix(packs): remove resource pack reload on reload command
- docs(readme): announce minimal maintenance mode
- ci: set 90-day retention for build and game test artifacts
- feat: new enchants and item types
- fix(ItemType): replace lore name with enum name
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:ExfEyIwA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:ExfEyIwA"
}

