Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 years ago
All versions
3.0.0
Release
Endium 3.0.03 years ago 466
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- New structures can now be found throughout The End
- Two new biomes:
Dusty WastesandMelancho -
- New blocks
End DustandEnd Icecan be found in Dusty Wastes and Melancho respectively.
- New blocks
- New tier of material:
Culminite. A combination of Netherite and Endium that takes the best of both worlds. - Two new enchantments:
ReachandStasis. -
- Reach 1-3: Gives an extra block of reach for each level. Can be applied to chestplates and elytras.
-
- Stasis: Allows you to levitate in air while flying + crouching. Can be applied to elytras.
Changes
- Rewrote the mod from the ground up
- Updated to 1.19.4
- Tweaked Chromium Ore generation
- Tweaked Lungwort Flower generation
Fixes
- Overall more optimized
- Crashes from 1.19.2 version
Mod requirements:
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:HhtxCzf3:DHrAjELE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HhtxCzf3:DHrAjELE"
}

