Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 5 days ago
All versions
1.12.2-1.9.6.0
Release
Modern Beta 1.12.2-1.9.6.05 days ago 61
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Add setting tooltips to world customization screen. Most generator settings will now display a brief description when hovered over for a moment.
- Add additional compatibility for Oceanic Expanse. The following features are toggleable in the Add-on tab of the world customization screen (features must also be enabled in OE's config):
- Coquina Outcrops; generates in Beta Beaches.
- Kelp; generates in Beta Oceans.
- Palm Trees; generates in Beta Beaches.
- Prismarine Pots; generates in Beta Oceans.
- Seagrass Patches; generates in Beta Oceans and Beta Swamplands.
- Sea Oats Patches; generates in Beta Beaches.
- Shell Patches; generates in Beta Beaches.
- Shipwrecks; generates in all Beta oceans.
- Frozen Oceans; generates in Beta Frozen Oceans.
- Warm Oceans; generates in Beta Oceans.
- Add optional dark oak tree generation to Beta Seasonal Forests.
- Adjust modern tree distribution (swamp, acacia, jungle) in Beta biomes.
Technical Changes
- Add
FEATUREandFORGE_FEATUREregistries. World generator features can be registered here instead of the global Forge registries to enable per-world customization of said features. - Update GUI predicates for all Beta base/ocean/beach biome settings.
Supplementary resources
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:1tRsFlQO:1KVJhhZC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1tRsFlQO:1KVJhhZC"
}

