All versions
1.4.0
Release
Endless Biomes 1.4.0 (1.19.4)3 years ago 302
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
Additions:
- Gilded Arkan, a riftite-arkan decoration block
- New damage type for Void-Touched blades
Changes:
- Arkan Bulwark has been completely redesigned and rebalanced; it's now a much more interesting structure with less challenge in more interesting environments and more reward too
- Altar Podium and Ruin spawn rates decreased massively
- Arkan stairs and slabs did not always absorb radiation as expected; now if a radiation ray passes through a solid face of an absorbing block, it is absorbed
- Shearing pumpkins destroyed them
- Arkan bricks (and its derivatives) texture has been massively improved
- Radiation immunity is now controlled by tags and includes Riftite sentinels
- Slipgravel is now smeltable into glass
- Cracked arkan didn't absorb radiation
- Reaching vines no longer spawn inside themselves
- Slipstone given more appropriate sounds
- Twisted particle spawning was bugged
- Creative inventory reorganised with 1.19.4
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:314bkfty"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pzR01ieE:314bkfty"
}

