All versions
1.7.20.6
Release
Eternal Tales [v1.7.20.6] [Forge 1.20.1]3 months ago 57
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- /gamerule lunarEventsChance <number>. New game rule that affects on chance of Blood or Blue Moon rise. Default number is 100 what means 1% chance of events to start. It's not 1 or 0.01 because game rules can't get non-integer numbers
- Slightly changed the work of Lunar Events setting. Now it checks not if it's the day but the world time. It should fix events setting right after rise on servers
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:w3u7CsUt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O4X2Vl9A:w3u7CsUt"
}

