Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Souper Secret Settings
  • 1.21.11 Souper Secret Settings 2.1.1

    release19 апреля 2026 г.
    • fixed keybindings heading translation key
    • fixed render type command translation key
    • render type command now uses "world" again. i dont like "game", even though thats what luminance calls it (i say that as if i didnt agree that it should be called "game")
  • 1.21.11 Souper Secret Settings 2.1.0

    release18 апреля 2026 г.

    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, or key.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
  • 1.21.4 Souper Secret Settings 2.0.4

    release12 февраля 2026 г.

    a few changes ive slowly done over the past few months, no update to a modern version yet

    • added new shader soup:pallete_dither, which is quite laggy, but dithers with a set colour pallete (badly implements a technique described by Azzy)
    • added new shader soup:emboss
    • added new modifier soup:cross, which returns the cross product of the base and the shader stack
    • changed some of the parameters of soup:hyperspace (this will mess with any saved layers if they modified the parameters of soup:hyperspace)
    • soup:multiply modifier can now xor
    • soup:fisheye now works with luminance alpha
  • 1.21.4 Souper Secret Settings 2.0.3

    release2 июня 2025 г.
    • added new modifier loop that reapplies shaders to parts of the previous frame
    • out_of_bounds now has some slightly arcane parameters to do cool extra stuff, which loop shares
    • added parameter Squish to soup:rotate, that when set to 1, makes it rotate without stretching the image

    to see something cool using the new modifier, copy:

    {"shaders":[{"id":"soup:rotate","passes":{"default":[{"uniforms":{"Angle":{"values":["10.0"]}}}]}},{"id":"soup:zigzag","passes":{"default":[{"uniforms":{"Zag":{"values":["0.02","0.13","0.42"]},"Zig":{"values":["7.0","0.0","2.0"]}}}]}}],"modifiers":[{"id":"soup:loop","passes":{"souper_secret_settings:before_layer_render":[{"uniforms":{"Offset":{"values":["31","-28"]}}}]}}]}
    

    to your clipboard, then run /soup:layer copy load clipboard

  • 1.21.4 Souper Secret Settings 2.0.2

    release20 мая 2025 г.

    fixed typing layer name causing layer screen to reopen, deselecting the text input

  • 1.21.4 Souper Secret Settings 2.0.1

    release19 мая 2025 г.

    requires luminance 1.0.1, which does indirectly add some new features to soup

    • toggle soup on/off keybind now instead cycles off/world/ui
    • soup:noise3d and soup:patchwork now do their noise in uv coordinates when in ui mode
    • soup:sepia and soup:voronoi are now slightly more customisable
    • soup:crystallize (the actual voronoi shader) now has parameter to use the Nth closest cell, instead of just the first
    • flipped direction of motion_blur, so its actually correct
    • the default layer that appears when deleting all layers didnt delete properly
    • active layer will no longer be left on deleted layers when undoing/redoing
  • 1.21.4 Souper Secret Settings 2.0.0

    release1 мая 2025 г.

    now requires Luminance

    updated to 1.21.4 (1.21.5 will not work)

    changelog:

    • everything
    • thats not even really exaggerating, the entire mod (other than the shaders) was redone from scratch
    • added a gui, where you can edit the parameters of shaders
    • layers are now a fully fledged system
    • many new shaders
    • many new features
    • all commands now have different syntax
  • updated to 1.21 time based shaders might be a bit weird

  • 1.20+ Souper Secret Settings 1.0.9

    release17 июня 2024 г.

    slightly janky downgrade for the new shaders to .0/.4

  • 1.20.5+ Souper Secret Settings 1.0.9

    release17 июня 2024 г.

    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 with wobble
    • checkerboard - 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 -> checkerboard looks particularly cool
    • rings - like blobs2, but rings instead of circles
    • life - simulates conways game of life on each rgb channel of the image, works well with phosphor and colormapping shaders like autumnal
    • bloom - from the a_or_b snapshot, makes bright objects have a white bloom
    • bloom_color - like bloom, but a bit stronger and colored
    • bloom_spike - like bloom_color, but instead of being circular, the bloom spreads in 3 distinct spikes
    • love - from one of the april fools snapshots i think, makes everything a bit pinker
    • infrared - emulates the look of aerochrome film
    • highpass - smoother edge detection than sobel, and gray
    • mandelbrot - 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

  • 1.20+ Souper Secret Settings 1.0.8

    release23 января 2024 г.
    • all namespaces are now checked for a shaders.json
    • expanded shaders resourcepack should always enable automatically
    • shader "stereogram" will no longer be randomly chosen when eating soup, this can be set per shader in resourcepacks
    • the cursed camera shift shaders (anaglyph, mouse) no longer distort the x axis

    marked as release instead of beta, because although layer effects need tweaks, the tweaks i have planned are signficant and will likely change the entire way the mod works, so the current form of the mod is representative of whatever the final 1.0.x update is

  • 1.20+ Souper Secret Settings 1.0.7

    beta22 сентября 2023 г.

    fixed bug where overwrite warning on recipe save didn't work properly

    new shaders:

    • brightness (rough inverse of dramatic)
    • contrast (inverse of invert x2)
    • toon
    • halftone
    • gaussian (better looking than vanillas "blur")

    new layer effects:

    • channel_cycle_additive
    • channel_cycle_exclusive

    these are both different implementations of the same idea of "what if each shader on the stack was applied to different RGB channels" so shader 1 is on the red channel, 2 on green channel, 3 on the blue channel, then 4 is back on red

    channel_cycle_exclusive is generally a little more intuitive with what you end up seeing, ..._additive is more chaotic but can look very cool -- both are generally unreasonably powerful even for relatively small stack sizes

  • 1.20+ Souper Secret Settings 1.0.6

    beta20 августа 2023 г.

    added new shaders

    • autumnal
    • frigid
    • color_shuffle
    • film_grain
    • fisheye
    • stereogram
    • mouse
    • anaglyph

    (mouse and anaglyph have some minor bugs)

    added funky new /soup:stack effect <name> command that needs more work before its finalised

    various bugfixes, tweaks, and mod compatibility fixes

  • 1.20+ Souper Secret Settings 1.0.5

    release13 июня 2023 г.

    added support for Perspective resourcepacks

  • 1.20+ Souper Secret Settings 1.0.4

    release12 июня 2023 г.
    • updated to 1.20
    • added sharing through chat like spyglass astronomy can do
    • made F3+T recompile shaders
  • 1.19+ Souper Secret Settings 1.0.3

    release27 мая 2023 г.
    • various QoL tweaks
    • added a bunch of new shaders
    • made many commands be able to stack multiple at once
    • added recipe saving/loading
    • made namespaces work in shader resourcepacks
    • made depth shaders work for post shaders
    • allowed shaders to be linked to entities in resourcepacks

    it works fine in other 1.19 versions, but you have to manually activate the resourcepack to get the custom shaders

  • 1.19.3 - BETA Souper Secret Settings 1.0.2

    beta16 апреля 2023 г.

    the list of shaders is now gotten dynamically through a resource pack, so it is easy to add a new shader and other people can make compatible shader packs. However, because 1.19 resource pack version numbers are a mess, to make this work properly on every version would require a different mod file for each version, therefore this is only officially on 1.19.3 and is marked as beta - it will work on other versions you will just have to manually activate the expanded shaders in resourcepacks

    Text is now translatable

    Soup can now be toggled with /soup:toggle

    Added new shader "suspicious", which tiles the screen with amogi

  • 1.19+ Souper Secret Settings 1.0.1

    release11 апреля 2023 г.

    added new shaders: dramatic, pixels, harsh_dither, glass, hyperspace, plants, collapse and rotate

  • 1.19+ Souper Secret Settings 1.0.0

    release4 апреля 2023 г.

    Нет описания изменений

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент

Сведения

Лицензия:
Опубликован:3 года назад
Обновлён:1 месяц назад
ID проекта:
Главная