Tags
Creators
Details
1.0.9
Compatibility
Required content
Changes
updated to 1.20.5/6
new shaders! (as always, listed here as well)
rolling_shutter- updates the screen only at a line that moves down the screen, simulating a very slow rolling shutter, works well withwobblecheckerboard- splits the screen into a checkerboard and offsets half of it, checkerboard x2 returns the screen to normal so you can sneak in a shader in the middle,checkerboard -> rolling_shutter -> checkerboardlooks particularly coolrings- like blobs2, but rings instead of circleslife- simulates conways game of life on each rgb channel of the image, works well withphosphorand colormapping shaders likeautumnalbloom- from the a_or_b snapshot, makes bright objects have a white bloombloom_color- likebloom, but a bit stronger and coloredbloom_spike- likebloom_color, but instead of being circular, the bloom spreads in 3 distinct spikeslove- from one of the april fools snapshots i think, makes everything a bit pinkerinfrared- emulates the look of aerochrome filmhighpass- smoother edge detection than sobel, and graymandelbrot- maps the screen onto a mandelbrot fractal, very cool when mixed with kaleidoscope
likely mostly works for 1.21 - mclegoman has informed me that any time based shaders (wobble, collapse, the new rolling_shutter) act a bit chaotically in that version due to a mistake by mojang
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:rfmkmLEt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bzJkPbG1:rfmkmLEt"
}

