Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 2 weeks ago
All versions
1.2.1+1.21.11-fabric
Release
WynnIris 1.2.1 for 1.21.112 weeks ago 2,294
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Bug Fixes
Ambience Packs
- Creating ambience packs and presets now actually works, the Create and Cancel buttons were not responding before
- The shader select screen during pack creation had the same problem, fixed too
- Added a delete button for ambience packs in the top corner of the pack screen
- Creating a pack no longer freezes the game while it looks the shader up on Modrinth
- Removed the extra Back button on the preset screen since it did the same thing as Done
- Preparing the cache no longer cancels itself right away when ambience is turned off
- Preparing the cache from the title screen no longer gets stuck, it now tells you to join the server first
- The region editor now asks to save if you press Escape with unsaved changes
If you run into issues or have feedback, you can join the WynnIris Discord and we will be happy to help you!
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:pa6h8e27:CSLXrxEP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pa6h8e27:CSLXrxEP"
}

