Tags
Creators
Details
Licensed LGPL-3.0-only
Published 9 months ago
All versions
1.0.2+7.3_04
Release
Better With Aether-BTA 1.0.2+7.3_044 months ago 1,645
Uploaded by
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Unavailable version
Changes
Major Additions
We added some more needed support for compatable mods.
Bug Fixes:
- Cycling the mimic varients in the guidebook no longer crashes the game.
- Mimic type now persist after leaving the world.
- Diamond and Zanite pendant durability no longer resets inventory updates.
- Adjusted the world bound allowing portals to connect correctly above y=192.
Dependencies:
- Halplibe >= HalpLibe 5.4.0
- Catalyst = 2.10.3
- UselessNumerical >= 1.1.0-7.3_04
- DragonFly Model Library >= 1.7.0-alpha.7
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| BWA 1.0.2 Instance.zip | Unknown | 31.45 MiB |
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:DuEXy2ir:lik4n3Bq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DuEXy2ir:lik4n3Bq"
}

