Tags
Creators
Details
0.2.0a
Compatibility
Required content
Changes
Very Massive Update, the remianing concepted End Biomes are fully implemented
-
Added the Calcite Crags, a great new alternative location to obtain large amounts of Calcite, along with the block recieving 2 new variants, the Calcite Pillar and the Polished Calcite Pillar. Also features large streaks of Obsidian across the surface of the islands. Stacks of Obsidian and Crying Obsidian spill out from these cracks and from below the islands along with the new Volatile Obsidian. Mining this block will cause an explosion if not mined with Silk Touch, so be very careful! Maybe a Glass Block can contain the Volatile Energy brewing within...
-
Added the Nitrogen Lakes, a frigid but almost tranquil place where no mobs naturally spawn. The danger lies among the surface of the biome instead. Liquid Nitrogen can be found in generous quantities here. A very dangerous liquid that you can't swim in do to it's lower density than water, this frigid liquid has the properties of Powder Snow when you are unfortunate enough to fall into, except the freezing effect occurs much sooner! Other than that though, large amounts of the lovely Cerulean and Navy Shale blocks can be found here, which have their own blocksets.
-
The regular End Islands have been given a slight makeover. Patches of raw Purpur can now be found on the surface. Mining these will drop Popped Chorus Fruit (renamed to Purpur Pebble) in a similar manner as Clay and Clay Balls. The Purpur Pebbles can be crafted into a block of Purpur again, and 4 blocks of Purpur will give 4 of the original Purpur block which has now been renamed Purpur Bricks. Pygmy Chorus can be found in large patches here too, a smaller variaty of the Chorus plants, and perhaps the ancestor of the Nethers Warped Roots. Also introducing the Sedum, a hardy flower that can be brewed into Potions of Resistance
-
3 new structures have been added. The End Watchtower, a tall single room structure that has some basic End Loot, A Phantom Nest in Purgenta Forests, and Cerulean Palaces in the Nitrogen Lakes, which has large amounts of a new resource called Onyx
-
Onyx is a new ore that can be rarely found in The End, but in decently high quantities in the Nitrogen Lakes. It is The End's version of the Nethers Quartz, mirroring it's textures but in a moody dark purple.
-
Additionally, made new noise parameters for the End Biomes so any Overworld changes shouldn't interfere with the biome distribution
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:2LyVb1IU:uE4bcFW2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2LyVb1IU:uE4bcFW2"
}


