
Nether Weather
"Nether Weather" is an addition to Minecraft that aims to make the Nether feel more like a real place by introducing 3 new weather types to it. You will now encounter lavafalls, storms and heatblasts (which replace storms in the Nether Wastes).
Links
Tags
Creators
Details
1.1.1+mod
Compatibility
Changes

Additions:
- Added a failsafe feature (if the function that runs every second failed to reschedule due to an update, the pack will now reschedule it & start working properly again).
Changes:
- Updated to 1.21;
- Changed the 'CHANGELOG' button in the console to 'CHANGELOGS' (You will now be able to select between the v1.1 and v1.1.1 changelogs);
- Changed the 'ITEMS' affected entity toggle to 'DROPS' (ATTENTION! This toggle now affects Items & XP Orbs. If you changed this toggle in the previous version you must change it again in order for it to work. All references to this toggle and its functionality in the pack have been adjusted accordingly; XP Orbs are no longer affected by the 'OTHER ENTITIES' toggle);
- Replaced Carrots on Sticks with Poisonous Potatoes in headwear detection (Don't ask questions. It's data pack magic).
Fixes:
- Fixed an accidental asterisk in the v1.1 changelog.
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:XrxtjryC:dKdh61TL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XrxtjryC:dKdh61TL"
}
