All versions
0.2.3-beta
Beta
Skyblock Multi 0.2.3-beta3 weeks ago 23
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
Infernal Trials and Datapack API
- Added scalable Infernal Trials with champions, multi-phase high-level encounters, rewards, cooldowns, spawn control, and the Nether colosseum.
- Added a data-driven API for custom trial cores, stages, mobs, equipment, spawn floors, health, size, effects, names, timing, loot, and temporary arena changes.
- Expanded the Ascension Nexus fortress with the eight-offering progression, End portal access sequence, renewable Lava Catalysts, restored lore lecterns, and improved protection.
- Added configurable tree selection screens and data-driven tree definitions.
- Added refreshed 2D artwork for Infernal Cores, offerings, the Lava Catalyst, and the creative inventory tab.
- Consolidated datapack resources under the
skyblockmultinamespace and added automated validation, documentation, and localization updates. - Updated the project license to MIT.
Compatibility
- Minecraft Java 26.2
- Fabric Loader 0.19.3+
- Fabric API 0.156.0+26.2
- Java 25
Open Parties and Claims, Mod Menu, and JEI remain optional integrations. New worlds are recommended during the beta.
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:EsVXXuDT:MD8xeq09"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EsVXXuDT:MD8xeq09"
}

