Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 5 hours ago
All versions
26.200.0
Beta
better-end-26.200.02 days ago 2,787
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Features
- Sulphur spikes on and under the sulphur springs islands
- Mix vanilla sulfur and cinnabar into the sulphur spring floors
- Sulfur spike recipes, and root plants on sulfur and cinnabar
- Build for 26.2
Changes
- Clip worldgen terrain reads to the write zone, and fit canopies to the room they have
- Move End getDrops overrides onto loot tables, and gate bulb vine behind shears
- Emit the vanilla loot additions as data
- Move end-city treasure loot into a datagen-emitted table
Fixes
- Add (disabled) surface-exposure guard for smaragdant crystal columns
- Let the deposit surface on the lake bed
- Carve passes did not know about sulfur and cinnabar
- Jade cave walls stayed End stone; the coat now sweeps the chunk
- Sulphuric lake deep-water peek still read past the write zone
- Sulphuric cave ported from a cross-chunk feature to a structure
- Smaragdant caves were bare and too low; lake and geyser read past the write zone
- End worldgen randoms were raced or unseedable
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:pTAlH7qw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gc8OEnCC:pTAlH7qw"
}

