Tags
Creators
Details
2.1.0-mc1.21.11
Compatibility
Required content
Changes
minecraft changed how shader settings are stored, soup will attempt to update saved layers to the new format, but it may fail occasionally. in some circumstances it will let you know, but sometimes it will think its fine, but not be
- update to 1.21.11
- a few shader changes and new shaders from luminance
- added keybind parameters, for toggling and scrolling values on a key press
- you can also use translation keys to have a value be set while a key is pressed, this looks like
key.keyboard.x,key.mouse.left, orkey.keyboard.tab - dragging values to change them now wraps the cursor around the widget, so its much easier to move values up and down
- ascii and suspicious now sample their color from the center of a grid cell, instead of the corner, so they dont visually shift the screen as much
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:bzJkPbG1:f9EA4CKh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bzJkPbG1:f9EA4CKh"
}


