Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 months ago
All versions
1.3.1
Release
Rawlands 1.3.1last month 155
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Rawlands 1.3.1
Bug Fixes
- Fixed biome sky colour, fog colour, water fog colour, music, and ambient sounds not applying in any biom
Changes
- Bioluminescent algae particles now only appear underwater
- Bioluminescent algae particles now spawn in small groups and drift together in a random direction
- Bioluminescent algae particles now fade out gradually as depth decreases, stopping entirely around y=60
- Ambient sounds in the Abyssal Trenches are now significantly less frequent
- Broadleaf lupine, nightshade, delta lily, short cattail, tall cattail, and dry scrub can now be composted (65% chance)
- Olive sapling and olive leaves can now be composted (30% chance)
Technical
- Updated Fabric Loader to 0.19.3
- Updated Fabric API to 0.150.0+26.1.2
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:Bwank5cd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:41epYhDW:Bwank5cd"
}


