Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
26.301.0
Beta
better-nether-26.301.0last month 248
Uploaded by
Compatibility
Minecraft: Java Edition
26.3-snapshot-6
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Features
- Wire up the cross-mod compat-test framework
- Add cincinnasite, cincinnasite_diamond, nether_ruby and flaming_ruby spears
- 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 gloomwood shape to the cincinnasite pot
- Add a gamerule to disable blue obsidian in generated ruined portals
- A chiseled bookshelf for every Nether wood
- A shelf for every Nether wood
- LabPBR specular textures for shader users
- Sulfur cube archetypes for BetterNether blocks
- Added gloomwood biome
Changes
- Fireruby retaliates on half of all hits instead of a quarter
- Iron and cincinnasite fittings on the gloomwood doors
- One geode in twenty-one keeps the alternative frost
- Two bleached gloomwoods per biome, not one
- Gloomwood groves thin out; the lone tree is the default
- Wisps stop at three stems, and both they and the geodes grow slower
- Regenerate for the shears tag move to c:tools/shear
- A wisp laughs when it pays out
Fixes
- CityPiece/DestructionPiece shared a MutableBlockPos cursor across chunks under parallel worldgen (BetterNether#309)
- Finishing a single agave/herbal medicine returned an empty stack instead of a bowl
- Repair flaming ruby gear with gloomsculk crystals
- BetterNether saplings and their ground blocks could not be potted in a flower pot
- Fireruby did not knock back the attackers it set alight
- Migrate blocks and items renamed since 9.0.x
- Fireruby's description implied the sword ignites what it hits
- Obsidian Breaker sped up netherrack, nether ores and glass panes
- Move smithing template slot icon textures to gui/sprites atlas
- An old willow could inherit the previous tree's blocks
- Signs render again
- Any shears stop a gloomwisp growing, not just vanilla's
- Basalt bricks lay flat in the inventory instead of showing as a cube
Optional dependencies
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:htDJeQkj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MpzVLzy5:htDJeQkj"
}




