Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 weeks ago
All versions
26.101.2
Beta
better-end-26.101.22 weeks ago 5,633
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changes
- End bridges are walkable: railings only on the deck edge, plus an erosion pass
- Elytra protection values read as round numbers
- Crystalite Elytra completes the Crystalite set (BetterEnd#595)
- Food composting rates snap to the supported tiers
Fixes
- End Stone Smelter duplicated results after the first craft (BetterEnd#597)
- Smaragdant crystals and end stalactites growing through village buildings
- Aeternium, terminite and thallasium tools rendered flat
- Armored and Crystalite Elytra granted no knockback resistance
- The End crashed with other mods that add ores there (BetterEnd#596)
Validation
- ✅ BiomesOPlenty + Terralith (BiomesOPlenty-fabric-26.1.2-26.1.2.0.22.jar, Terralith_26.1_v2.6.2_Fabric.jar, GlitchCore-fabric-26.1.2-26.1.2.0.2.jar, TerraBlender-fabric-26.1.2-26.1.2.0.3.jar, lithostitched-1.7.13-fabric-26.1.jar, tested: gametest+worldgen)
- ✅ Incendium alone (Incendium_26.1_v5.4.12.jar, tested: gametest+worldgen)
- ✅ Nullscape alone (Nullscape_26.1.2_v1.2.20.jar, tested: gametest+worldgen)
- ✅ BOP + Terralith + Incendium + Nullscape (BiomesOPlenty-fabric-26.1.2-26.1.2.0.22.jar, Terralith_26.1_v2.6.2_Fabric.jar, GlitchCore-fabric-26.1.2-26.1.2.0.2.jar, TerraBlender-fabric-26.1.2-26.1.2.0.3.jar, lithostitched-1.7.13-fabric-26.1.jar, Incendium_26.1_v5.4.12.jar, Nullscape_26.1.2_v1.2.20.jar, tested: gametest+worldgen)
Optional dependencies
Any compatible version
Any compatible version
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:gc8OEnCC:tBdZGZeX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gc8OEnCC:tBdZGZeX"
}

