Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
1.6.33
Release
Eternal Tales [Arboterum] [v1.6.33] [Forge 1.20.1]2 years ago 572
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added:
- Nether Ferbaterum. A new rare biome in Nether consisting of Soul Sand and Soil, Ferbalic Soil and Sand, and where giant flowers grow with a new type of wood, Ferbalic Wood.
- Soul Lava. A new liquid generated in the form of lakes in Ferbaterum. Set creatures on fire, but not items.
- Soul Magma and Soul Magma Bricks.
- Liquids from the mod can now turn into other blocks when in contact with other fluids. The way this works is that the block depends on whether the liquid it mixes with is hot or cold. Hot liquids: Lava, Unahzaal Acid, and Soul Lava. Cold liquids: Water, Black Water, Blood, and Liquid Aethereum. Blood turns into Hardened Blood on contact with cold liquids, while hot liquids turn into Dried Blood, Black Water into Black Condensate and Purgatorium Stone, Unahzaal Acid into Green Condensate and Unahzaal Glowstone, Soul Lava into Soul Sand or Soil and Soul Magma, and Liquid Aethereum into Blue Condensate.
- Happy Ghost is a new mob that very rarely appears in Ferbaterium. It can give a small amount of skill points for flowers. You need to give the ghost a flower of the same color that matches the color of the ghost's eyes. Yellow - Digging, Blue - Fishing, Green - Growing, Pink - Sorcery, Red - Slaying, Black - Fear, Orange - Speech, White - Catching, Brown - Archaeology. The number of points is random - a maximum of 10% of the points needed to increase skill. The ghost starts to panic when attacking, but you should not attack it - the number of points you get is reduced by the percentage of HP taken away.
- Wisp. A new mob in Ferbaterum that can drop Soul Spark.
- Three new paintings: dungeonblock, Sunflower, and The Great King of Amber Xaxas VIII.
Changed:
- The texture of the Ashy Scarab, Butcher.
- Texture and model of the Sunflower Spider.
- The Amulet of Eternal Winters now drops from a Ekatebrina [Tier II].
Fixed:
- Geobstractsite Biome generation was causing freezing.
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:O4X2Vl9A:5Opiev69"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4X2Vl9A:5Opiev69"
}


