Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
-
Firework rockets no longer reset your speed to vanilla flight speed, they now propel you to the maximum flight speed of your current altitude, gaining altitude is faster and smoother now.
-
Added new cloud layer settings:
-
Horizontal render distance
-
Color
-
Opacity
-
Speed
-
Disable/Enable shading (for a solid color effect)
-
Disable/Enable weather effects (for a emmisive lighting effect)
-
-
Added a new '/ean' command to configure everything in the mod for now. ClothConfig is no longer supported, a more suitable config lib for the mod's needs is being actively searched for.
-
Made config files into JSON format, now they are very easy to manually read and setup.
-
Made it so you can now disable Elytra Aeronautics' cloud rendering.
-
The mod's license has been updated, this new license applies to all future versions of the mod.
Fixed bugs:
-
Pitch realignment is no longer disabled too if altitude-dependant speed is disabled.
-
The mod should present less compatibility issues overall.
Known issue: There is a minor rendering bug with fancy clouds at times, this will be fixed in the next minor patch.
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:RFqWFWvZ:S4LRkSeY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RFqWFWvZ:S4LRkSeY"
}

