All versions
1.0.1
Release
Z-PMW | PMW Addon 1.0.18 months ago 5,402
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
ZPMW v1.0.1 - Changelog
What's New
Fixed
- Missing textures resolved - All noise textures (noise.png, noisex.png, noisey.png, noisez.png) are now properly embedded in the mod, fixing the super low quality cloud rendering issue
- Complete resource pack integration - All 27 resource pack files now included (shaders, models, particle textures, and noise textures)
Added
- MidnightLib Configuration Support - Added config system with toggleable options
- Enable/Disable Blue Lightning effects
- Enable/Disable ZPMW Cloud Colors (toggle between ZPMW's enhanced grey/blue storm clouds vs original PMWeather colors)
- Note: Config options are currently placeholders and will be fully functional in future updates
Improved
- Cloud rendering quality - With all noise textures now embedded, volumetric cloud rendering should display at full quality
- Shader compatibility - All 4 shader programs (clouds.fsh, blur.fsh, smoothing.fsh, downsample.fsh) are properly included with their JSON configurations
Technical Details
- Version: 1.0.1
- Minecraft: 1.21.1
- NeoForge: 21.1.83+
- Dependencies: PMWeather 0.15.0+, MidnightLib 1.7.5+
Known Issues
- MidnightLib config toggles are placeholders and do not yet affect shader behavior (planned for v1.0.2+)
Full Changelog: v1.0.0 → v1.0.1
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:OQpXasZR:Adz3G7K4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OQpXasZR:Adz3G7K4"
}

