Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
1.2-1.18.2
Release
Bygone Nether v1.24 years ago 800
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
v1.2
Blocks
- Soul stone is no longer the only base block for constructing the wither
- Cracked nether bricks and blackstone slabs have been retextured
- Added withered blackstone stair and slab variants
- Added withered basalt, withered coal, and withered quartz, found in catacomb generation
Items
- Added warped enderpearls, which don't damage the player, and grants situationally protective potion effects. Dropped by warped endermen and found in citadel chests
Mobs
- Added the Corpor, a brutish wither skeleton, that is slow yet deals significant damage. Spawns in catacombs
- Added the Wither Skeleton Knight, an armored wither skeleton, whose armor can be broken before defeat. Spawns in catacombs
- Added the Wraither, a speedy and posessed wither skeleton, whose inhabiting wex will escape upon near death. Spawns in catacombs
Recipes
- Added stonecutting and crafting recipes for blackstone stair and slab variants
World
- Structures now spawn in biomes from Oh the Biomes You'll Go for 1.18.2+
- Adjusted generation of structures to be more common
- Added new pieces to fortress generation
- Overhauled catacomb design
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:kt3BLgXB:fJLxW98v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kt3BLgXB:fJLxW98v"
}

