All versions
1.19.2-2.1.0.6-fabric
Release
Enhanced_Celestials-fabric-1.19.2-2.1.0.63 years ago 72.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
2.1.0.6
- Fix Blood moon mob spawn rate.
2.1.0.5
- Fix skylight colors.
- Lunar events will no longer apply their effects when raining if
requires_clear_skiesis set to true in LunarDimensionSettings json. Overworld sets this value to true by default.
2.1.0.4
- Add Japanese Translation.
- Changes command permission level from 3 to 2, allowing commands to be used by command blocks and data packs.
- Fix Super Moon rise/set notifications.
2.1.0.3
- Fix incorrect moon/skylight colors when an event ends.
- Remove blend strength fields in color settings. Set color values as if they were blended for sky & moon texture colors.
- Use a resource key to declare the default lunar event.
- LunarForecast blend initializes with a value of 1. Fixes moon growing/color blending when joining a server with an active event.
- Bump CorgiLib dependency version.
- Remove Jankson library.
2.1.0.2
- Use CorgiLib's Conditions.
- Add CorgiLib dependency.
2.1.0.1
- Update codec keys to use persistent spelling/casing scheme
2.1.0.0
- Rewrite to use data packs.
- Abstraction/Refactors/More configurations.
- Add Super Moon.
- Add moon event tags.
2.0.0.0
- 1.19 port.
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:2rL16t1O:4NxrnxgW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2rL16t1O:4NxrnxgW"
}

