All versions
1.20.1-0.1.6-fabric
Alpha
[Fabric 1.20.1] Create Ore Excavation Deposits 0.1.6last month 33
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
0.1.6
Changed
- The in-game editor and config screen, reworked — the 1.20.1 line (Forge + Fabric) catches up to the NeoForge 0.1.6 build. The config screen is now two tabs: General (generation / reveal / logging / client settings) and Deposits (an inline list, one row per deposit with Edit → / Disable / Delete, Delete behind a confirmation). Vein recipes, biome filter and dimensions are compact dropdown pickers; drilling outputs use a searchable visual item picker (icon + name) with Count and Chance-% number fields. The old monolithic editor/config classes were split into small per-tab / per-group files.
Fixed
- Add deposit now assigns a unique id, so creating several in a row (or after deletes) can no longer make two deposits share a
coedeposits:new_Nkey — which previously collided silently indeposits.json. - Biome filter is usable from the main menu — with no world loaded the biome registry (and thus the real tag list) isn't available, so the picker now offers the common vanilla biome tags instead of greying out. Pack-specific / modded tags still need the editor opened in a world.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:XfN8l56o:f4mCxYSf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XfN8l56o:f4mCxYSf"
}

