Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 3 years ago
Updated 5 months ago
All versions
1.3.0+mod
Release
Larger Ore Veins: Deluxe 1.3.05 months ago 13.8K
Compatibility
Minecraft: Java Edition
1.21.x
1.20.2–1.20.6
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Version 1.3.0 Changes
Ore Size Changes
- Increased size of buried coal blobs from 20 -> 32
- Increased size of buried diamond blobs from 16 -> 32
- Increased size of large diamond blobs from 16 -> 24
- Increased size of small diamond blobs from 8 -> 12
- Increased size of emerald blobs from 3 -> 10
- Made emerald ore generate in scattered clusters like ancient debris
- Increased size of quartz blobs from 16 -> 22
- Increased size of redstone blobs from 16 -> 20
- Decreased size of large ancient debris blobs from 12 -> 8
Ore Generation changes
Provided numbers represent average blobs per chunk
- Increased lower coal generation from 0.6 -> 6
- Increased upper coal generation from 2 -> 10
- Increased large copper generation from 0.3 -> 3
- Increased copper generation from 0.4 -> 5
- Decreased emerald generation from 100 -> 40
- Increased lower gold generation from 0.3 -> 0.7
- Increased gold generation from 0.6 -> 0.8
- Increased lower redstone generation from 0.4 -> 1
- Increased redstone generation from 0.3 -> 0.8
- Increased nether quartz generation from 3 -> 4
- Decreased small iron generation from 5 -> 1
- Increased upper iron generation from 1 -> 40
- Decreased middle iron generation from 0.4 -> 3
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:1bRLEs28:CJGfLEoI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1bRLEs28:CJGfLEoI"
}
