All versions
1.7.20.5
Release
Eternal Tales [v1.7.20.5] [Forge 1.20.1]3 months ago 118
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Hope this is the last hotfix for 1.20.1
Changed:
- Optimized the mod with various ways
- Crimson Tears Ring now heals all the health
- All the mod recipes aren't adding after entering the game now
- Comets Portal Island structure become generating higher
- Now you get Eternal Town spawner instead of opening GUI while entering the game for the first time
- Both of Glowsaber's types now have 8 attack damage and 1.8 attack speed
Fixed:
- Deer Trophy wasn't dropping if broken by hand
- Adventurer and Heroic Grotesterk and Smuciel Banners wasn't dropping sometimes
- Suspicious Arkemer and Euca Dirt wasn't disappearing in Unahzaal dimension after excavated by Brushes
- Volcanite Wall was unbreakable
- Moon Slug and Storm Rune wasn't spending
- Fixed Khoirin, Royal Watcher and Karvat Armadillo spawns
- Errors in some names and descriptions
- You can't catch mob childs by Bug Nets anymore
- Miguel's Unahzaal mask could be shown only during Halloween holiday during night of the Day 0 of the game
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:aDv9Kk0i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4X2Vl9A:aDv9Kk0i"
}

