1.1.0
Compatibility
Required content
Changes
๐ฅ๐ NetherEnd Update
The NetherEnd Update expands both the Nether and the End with brand-new progression, unique resources, powerful equipment, and new biomes to explore.
๐ Corrupted Content
A brand-new corrupted progression has been added to the Nether.
๐ณ New Blocks
- Corrupted Wood Set
โ๏ธ New Resources
- Corrupted Ore
โ๏ธ New Equipment
- Corrupted Armor
- Corrupted Tool Set
๐งช New Effect
- Corrupted Effect
๐ฟ New Biome
- Corrupted Biome
๐ฅ Hellish Content
Discover a new fiery progression deep within the Nether.
๐ณ New Blocks
- Hellish Wood Set
โ๏ธ New Resources
- Hellish Ore
โ๏ธ New Equipment
- Hellish Armor
- Hellish Tool Set
- Hellish Multitool
๐ฟ New Biome
- Hellish Biome
๐ Ender Content
The End has received its own equipment progression.
โ๏ธ New Equipment
- Ender Armor
- Ender Tool Set
Thank you for playing! More dimensions, progression systems, and endgame content are planned for future updates.
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:fS8VmWzu:GF3ae6ra"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fS8VmWzu:GF3ae6ra"
}


