Links
Tags
Creators
Details
All versions
mc26.2-v1.1.0
Release
Elytra Assistant 1.1.0 for 26.2last month 184
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Stable release - Version bump for Minecraft 26.2
Compatibility:
- Minecraft 26.2
- Fabric Loader 0.19.3+
- Fabric API 0.155.2+26.2
Changes:
Highlights
- Added Minecraft 26.1.x and 26.2 compatibility builds.
- Added clear firework restriction modes: Off, Elytra equipped, and Flight only.
- Prevented restricted rockets from launching when aimed at air, blocks, or entities.
- Preserved rocket boosts while the player is actually gliding.
- Improved configuration labels and tooltips.
Compatibility
- Minecraft 26.1, 26.1.1, and 26.1.2: use the
mc26.1.2JAR. - Minecraft 26.2: use the
mc26.2JAR. - Requires Fabric Loader 0.19.3 and Java 25 for Minecraft 26.x.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| elytraassistant-fabric-1.1.0-mc26.2.sources.jar | Unknown | 26.16 KiB |
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:IRm6z3S7:gq8RJcmB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IRm6z3S7:gq8RJcmB"
}


