
BetterNether: New Dawn
An unofficially maintained continuation of BetterNether for Fabric and NeoForge, bringing the latest BetterNether content to every supported Minecraft version alongside bug fixes, compatibility improvements, and expanded Nether world generation
Tags
Creators
Details
21.0.12
Compatibility
Required content
Changes
- Port to Neoforge 1.21.1
- Fixed: crash when clicking on the Respawn Statue
- Fixed (datagen): the automatic tag provider only looked at blocks with the BlockTagDataProvider interface and ignored blocks with the org.betterx.wover.block.api.BlockTagProvider interface (such as BlockTerrain). As a result, runData was writing to wover:surfaces/nether/terrain only what came from other sources
- Change (suggestion): removed the Sculk Catalyst from loot tables (thanks Yukiroshi). It was too easy to obtain Fireruby gear early; now you’ll have to pay a visit to the Warden
- Change (suggestion): full translation for ru_ru.json (thanks FO13E)
- Fixed: Cincinnasite furnace does not drop when mined in 1.21 (thanks happykgit)
- Change (suggestion): new name for moss cover in the Russian translation (thanks happykgit)
- Fixed: “flying block” issue in 1.21 (thanks happykgit)
- Fixed: Golden vine does not drop in 1.21 (thanks happykgit)
- Fixed: Hook mushroom does not drop in 1.21 (thanks happykgit)
- Fixed: Giant lucis drops loot twice in 1.21 (thanks happykgit)
- Fixed: Eye Plants not dropping loot (thanks Myrrium)
- Change (suggestion): prevent the Fireruby pickaxe from smelting ores when it has the Silk Touch enchantment (thanks TimVincii)
- Fixed: Fireflies do not spawn from monster spawners (thanks nothingtown)
- Change (suggestion): changed all fire bowl blocks to use lit instead of fire (thanks Cicopath)
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:fxX3RlL5:aZ8iCtyC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fxX3RlL5:aZ8iCtyC"
}
