Перейти к содержимому
Mineforgian

WobblyDistortion

Makes your world wobbly and distorted. Sometimes it looks like a fuzzy AI-generated video

2K загрузок12 подписчиковMITminecraftvanilla

Обновлён 16 января 2026 г. · опубликован 15 июня 2025 г.

  • Some funny image 1
  • Some funny image 2

WobblyDistortion

This shader uses sin, cos and other functions to change vertices positions to make it look wobbly when you move.
May look like a fuzzy AI-generated video in some cases.

Minecraft version: 1.21.11+

Video

Config

You can configure shader in the assets/minecraft/shaders/include/distortion_config.glsl file
Config lines:

// config
#define               GAME_TIME_SCALE 5000.0 // How fast distortion of the world goes on its own
#define         DISTORTION_MULTIPLIER 0.05 // Just basic multiplier for sin() and cos()
#define     MAX_DISTORTION_MULTIPLIER 4.0 // How far can be offset vertex from original point (per axis)
#define                      COS_FREQ 1.0 // cos() frequency
#define                      SIN_FREQ 1.0 // sin() frequency
#define     DISTORTION_START_DISTANCE 0.0 // how far from camera distortion starts
#define DISTORTION_SMOOTHING_DISTANCE 5.0 // how far from camera distortion can reach its max value

Below you'll see some presets, I wanted to add compatibility with respackopts... But couldn't handle it

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1Релиз1.21.11minecraft16 января 2026 г..jar (62 КБ)
1.0Релиз1.21.6-rc1minecraft, vanilla15 июня 2025 г..jar (55 КБ)

Ченджлог

1.1Релиз1.21.11 · 16 января 2026 г.

Improved distortion algorithm and more config options. Now text and inventory also wobble!

1.0Релиз1.21.6-rc1 · 15 июня 2025 г.

Initial Release
Wobble-Wobble

Полная история изменений — на Modrinth.

Комментарии

Загружаем…