All versions
26.2+mod
Release
Real Nether 26.2 - Mod Loader2 days ago 10
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Real Nether for Minecraft 26.2
Changes:
- Updated code to 26.2
- Only players in Survival mode burn
- Players who are actively burning do not get the custom overlay
- Non-Nether and Non-metalic mobs now burn in the Nether.
- Ice, Packed Ice, and Blue Ice cool players and prevent burning
- Netherite Smithtable is renamed to Netherite Smithing Table
Added:
- Custom armor model for Netherite armor
- Obsidian Bucket
- Custom textures for Ice Machine and Netherite Smithing Table
Removed:
- Icy Totems
Disclosures:
- Code is by JollyWinter
- ChatGPT helped compile a block tag and an entity_type tag.
- ChatGPT explained changes from 1.21.1 to 26.2
- Minecraft WIKI used to update code to 26.2
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:flBaUYpY:3gCms0GF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:flBaUYpY:3gCms0GF"
}

