Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
21.800.1
Beta
better-nether-21.800.1last month 1,675
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Features
- A chiseled bookshelf for every Nether wood
- Add JEI support (Cincinnasite Forge smelting catalyst)
- Add proper spawn egg art for naga, jungle skeleton, flying pig, hydrogen jellyfish, and skull
- Giant willow and anchor tree grow from a 2x2 of saplings
- Add a gamerule to disable blue obsidian in generated ruined portals
Changes
- Use FuelBlockTrait and fuel default from WoVer
- Emit the vanilla loot additions as data
- Fireruby retaliates on half of all hits instead of a quarter
Fixes
- CityPiece/DestructionPiece shared a MutableBlockPos cursor across chunks under parallel worldgen (BetterNether#309)
- Custom reagents were accepted by a vanilla brewing stand but never brewed
- Hook mushroom turned any potion into healing, not just awkward
- compat-test's third-party jars bypassed Loom's mod-remap pipeline
- Medicine-to-bowl conversion read the item count after it had already been shrunk to 0
- BetterNether saplings and their ground blocks could not be potted in a flower pot
Validation
- ✅ BiomesOPlenty + Terralith (BiomesOPlenty-fabric-1.21.8-21.8.0.14.jar, Terralith_1.21.x_v2.5.13.jar, GlitchCore-fabric-1.21.8-21.8.0.0.jar, TerraBlender-fabric-1.21.8-6.0.0.3.jar, tested: gametest+worldgen)
- ✅ Incendium alone (Incendium_1.21.x_v5.4.9.jar, tested: gametest+worldgen)
- ✅ Nullscape alone (Nullscape_1.21.x_v1.2.14.jar, tested: gametest+worldgen)
- ✅ BOP + Terralith + Incendium + Nullscape (BiomesOPlenty-fabric-1.21.8-21.8.0.14.jar, Terralith_1.21.x_v2.5.13.jar, GlitchCore-fabric-1.21.8-21.8.0.0.jar, TerraBlender-fabric-1.21.8-6.0.0.3.jar, Incendium_1.21.x_v5.4.9.jar, Nullscape_1.21.x_v1.2.14.jar, tested: gametest+worldgen)
Optional dependencies
Any compatible version
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:MpzVLzy5:89DLbFaK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MpzVLzy5:89DLbFaK"
}

