All versions
0.2.0-beta+26.1.2
Beta
Exploration Reloaded 0.2.0-beta+26.1.2last week 15
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Elytra flight reworked after Aileron.
- Fireworks no longer propel a glider. Lighting one mid-flight burns it into a smoke trail instead, on a cooldown.
- Take off by crouching on a lit campfire and standing back up: the smoke column throws you where you are looking. Gain altitude in flight by passing over campfires.
- A wider hearth, or one built on hay bales, launches harder and lifts further. Its smoke column grows to match, so the scale is readable before you ever take off.
- Two exclusive treasure enchantments for the elytra. Smokestack banks campfire charges you spend mid-flight; Cloudskipper thins the air resistance the higher you fly. Both are found in End city chests, with lighter odds when Enchantment Overhaul is installed so the two book pools do not stack.
- The Dragon Firework Rocket is gone entirely. Existing ones disappear when a world loads.
- Boost and fold-wings are rebindable key mappings rather than hardcoded to jump, which Do a Barrel Roll uses to deploy the elytra.
- Full French translation, which this mod never had.
Built for Minecraft 26.1.2 with Fabric.
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:w51aXf75:TfqkcXUs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w51aXf75:TfqkcXUs"
}

