All versions
2.1.0+neoforge-1.21.1
Release
2.1.03 weeks ago 83
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Changes
Requires Isekai API 2.2.0.
Fixed
- Islands below the topmost one in a column now get ore and stone variants too.
ore_strategypreviously resolved only against the highest island in a stacked column, so anything floating above a lower island left it with no ore at all. - Amethyst geode exposure is back to its previous level. Isekai API 2.2.0's fix above increased geode exposure 1.797x as a side effect;
rarity_filteris retuned (160 -> 288) to cancel it out.
Added
- Below island depth 12, stone turns to deepslate variants (
isekai_api:strata) - deepslate ores generate there instead of the regular ones.
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:E5opKpqm:txuX8XWE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E5opKpqm:txuX8XWE"
}


