3.1.3
Compatibility
Changes
Introducing V3.1.3 of EEA!
- Added some basic new structures to be expanded upon in future updates
- Added the familiar walkman
- Tweaked various mob interactions
- Added a venomous potato for some reason
- Added a charred wood set
- added familiar & liminal blocks
- 'I AM AN ARCHITECT'
- The catacombs on average generated too large, so weights of jigsaws have been adjusted to give it a smaller size so that loot can remain balanced.
- The sky city can have its main loot farmed from its spawners, so weights have been adjusted in a similar way to the catacombs, to keep it on a smaller scale.
- The reworked underground maze needs to consistently generate a boss room, so it has been made more likely for dead ends to appear so that it can generate as intended.
- The underground maze change affects the dusted mazes and the sultrid mineshafts indirectly.
- Added icicles & the Frozen
- Frozen hollow biome has been added, it can be found above deepslate in colder regions of the world.
- Added a new enchantment to assist in dealing with echo mobs, called 'Herald of darkness'
- Changed a few recipes
Sultrid chasm is likely going to have many values tweaked for its generation in coming patches, please generate all of your warm areas if you wish to preserve a large amount of its current state.
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:9QsXrJZ9:Jsyu7vxh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9QsXrJZ9:Jsyu7vxh"
}

