1.1
Compatibility
Changes
This is the mod that I made 5 years ago. I found this non-complete version in my files and decided to publish it. This mod is a "parent" of my main mod Eternal Tales that have a lot of things from this mod but remaded and upgraded with time. I publish this mod only for peoples who wants to see how the Eternal Tales could look like (although WttOW looks bad because it's very old mod) or play on 1.12.2.
I can't write proper changelog because I don't remember the things I've added 5 years ago but I'll write some things I found playing it:
- Old version of Rayana dimension. There's no portal to it and it can be accessed only with side mods or commands.
- Old version of Volcanech dimension.
- Both dimensions are have nothing except terrain generation
- There's no Karvat dimension that exist in Eternal Tales and goes between Rayana and Volcanech. I wanted to make it after Volcanech
- Some Nether content that was added in Eternal Tales
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:NeLz5fDk:EanoxU9C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NeLz5fDk:EanoxU9C"
}

