Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 months ago
All versions
1.3.0
Release
Rawlands 1.3.0last month 95
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
What's New in 1.3.0
New Biomes
- Added Azalea Forest, Mosswood Forest, Mist Coast, Rocky Shrubland, Abyssal Trenches, Glacial Flats, Monsoon Forest, Amber Steppe, and Prairie
New Features
- Procedural tree generation - trees across all Rawlands biomes now generate with varied trunk shapes and foliage
- Large Azalea Tree - azalea trees have a 10% chance to be replaced by a larger variant
- Dead Forest now has fully procedural dead oak, dark oak, stump, and fallen log generation
- Abyssal Trenches has custom ambient sounds and a bioluminescent algae particle
Changes
- Updated water colors across many biomes
Bug Fixes
- Fixed "Feature order cycle" crashes when using other biome mods
- Fixed floating trees
- Fixed item display issues with Dry Scrub and Nightshade
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:41epYhDW:6HK2V1Qo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:41epYhDW:6HK2V1Qo"
}


