All versions
1.5.2
Release
Endless Biomes 1.5.2 (1.20.1)2 years ago 4,793
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changes:
- Disabled Tough Dirt effect to prevent compatibility issues with SmarterFarmers
- Void rise particles changed to be blue-cyan instead of purple for consistency in 'void' color
- Reaching vines will now only grow when they can see the void
- Concentrated void air removed
- Bottled void is now collected by right clicking a bottle while standing above/in the void
- Changed slipstone colors to be less white
- Added slipstone and slipstone brick crafting recipes
- Ruinous Altars now check the nearest player for hexes to prevent multiplayer auto farms
- Modified Twisted island sizes, they are smaller overall but there is much more variance
- Anklor armor and shell fragments are less common in Bulwark loot tables
- Twisted and penumbral slabs renamed to twisted and penumbral slab
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:pzR01ieE:BE83J8T2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pzR01ieE:BE83J8T2"
}

