Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 days ago
All versions
26.101.1
Beta
better-end-26.101.12 weeks ago 3,724
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
Features
- Add a Lunge infusion book
- Infusion pedestal: sneak-click always opens the recipe book
- Add Resonance hammer enchantment
- Add aeternium, terminite and thallasium spears
Changes
- Declare block tints as traits instead of implementing CustomColorProvider
- Keep BIG_AURORA_CRYSTAL in caves and make it rare
- Redraw spawn egg icons with continuous outlines and gloss
- Retune Crystal Mountains aurora-crystal density, size, and shape
Fixes
- LakePiece/MountainPiece height caches were not thread safe under parallel worldgen (BetterEnd#594)
- Wet-sponge byproduct landed in the wrong End Stone Smelter slot (BetterEnd#593)
- Server would not start on a world with a vanilla End
- Umbrella tree membrane was barely visible
- End stone stalactites did not drop when mined with a pickaxe
- End Stone Smelter crashed consuming a fuel item with no crafting remainder (BetterEnd#593)
- Assemble swords and spears from the right smithing template
- Bone meal on pallidium tiny jumped straight to pallidium full
- Eternal portal beams rendered as untextured rotating boxes
- Add the missing Thallasium and Terminite sword handle recipes
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:q2lc2PLL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gc8OEnCC:q2lc2PLL"
}

