Tags
Creators
Details
Licensed MIT
Published 6 months ago
All versions
2.5.0-1.20.1
Release
Descended Angel 2.5.0-1.20.14 months ago 255
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Changes
I have a discord now, if you want to send bug reports, compatability issues, chat or see some teasers of the mod :) -> Descended Discord
Changelog:
- 3 new wings
- Holy Wings - Elytra Style Gliding using Caelus API
- Angelic Wings - Semi Custom Flight mechanic
- Sacred Wings - Same as Angelic, but faster
- Will add other things in future updates
- Compressed versions of Void Tears, made using nine of the previous tier in a crafting table, to make the mod a little more difficult?
- Two new Tablet varients, Nether and End
- A new-ish weapon - Spear of Destiny: Find the components in Nether Tablets
- A couple new items
- New Altar Block Model
- Blessed Rock Bricks and Ashen Rock Bricks and their variants
- Fixed Walls not connecting
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:ADyElSjv:NLFn1F08"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ADyElSjv:NLFn1F08"
}


