Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 6 months ago
Updated 3 days ago
All versions
1.0.0+build.70
Beta
IG: Ore Amplifier (Vein count) 1.0.0+build.706 months ago 79
Compatibility
Minecraft: Java Edition
26.1-snapshot-1β26.1-snapshot-10
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
[1.0.0+build.70] - 2026-02-21
Fixed
- Stability: Resolved a critical
IllegalStateException: Registry is already frozencrash during world generation.OreLogic.getMultiplieris now null-safe, falling back to global multipliers if JIT GameRule registration fails during the feature placement phase.
[1.0.0+build.69] - 2026-02-21
Fixed
- Compatibility: Reverted Mixin compatibility level from
JAVA_25toJAVA_22to resolve warning.
[1.0.0+build.68] - 2026-02-21
Added
- Documentation: Updated all READMEs and platform pages to highlight the new "Dynamic Translations" feature making GameRules human-readable via DasikLibrary.
[1.0.0+build.67] - 2026-02-21
Changed
- Documentation: Replaced "Architect" with "Creator" in Platform Page Author roles.
[1.0.0+build.66] - 2026-02-21
Changed
- Documentation: Added GameRules menu image to Modrinth and CurseForge Description Pages.
[1.0.0+build.65] - 2026-02-21
Changed
- Documentation: Added features banner image to CurseForge Description Page.
[1.0.0+build.64] - 2026-02-21
Changed
- Documentation: Added features banner image to Modrinth Description Page.
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:dKnhF0GD:nC9BROmS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dKnhF0GD:nC9BROmS"
}


