All versions
1.5.0
Release
Endless Biomes 1.5.0 (1.20.1)2 years ago 22.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Additions:
- Resistive Bulwark, a rare variant of the bulwark
- Resistive Sentinels found in the resistive bulwark, takes basically no knockback
- Resistive Obsidian, the hardest mineable block in the game
- Void-Touched leggings with high knockback resistance
- Anklor Shell smithing upgrade template, found in arkan ruins
Changes:
- Anklor and Void-Touched Armor have been retextured and made trimmable
- Shared pain enchantments acquired from Ruinous altars were bugged and could not be applied to weapons
- Changed splitstone prairie spawning slightly (spawns further into the island, less "coastal")
- Changed ender fern, root and spindle textures
- Changed phantom block item texture so it's actually visible in GUIs
- Blocks could not be broken with riftite or endurians in your main hand
- Darkest Hour achievement was unlock when attempting to use a hoe on any block, now restricted to those in the dirt tag
- Fixed minor problems with the sentinel's glowing texture
- Added Shared Pain description
- Improved riftite shard tooltip
- Slipstone can now spawn higher up than vanilla generation allows (for modded terrain)
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:yE15OL5R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pzR01ieE:yE15OL5R"
}

