arstnei0 / arst-motion-blur

The ultimate motion blur mod, making your game look super smooth.

Home Page:https://modrinth.com/mod/arst-motion-blur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arst Motion Blur

This mod adds motion blur effect to Minecraft. Requires MidnightLib and Satin API.

You can enable or disable motion blur and adjust the blur strength with Mod Menu Mod. Three customizable keybinds are also added:

  • Toggle motion blur (Set to m key by defalt)
  • Increase blur strength (Unbound by default)
  • Decrease blur strength (Unbound by default)

It is not a fork of Noryea's Motion Blur but I did refer to some of its code. The shader code in Noryea's mod uses GLSL 120 which is not supported by some devices while Arst Motion Blur uses GLSL 330 and presumably supports more platforms. The original idea was to make Motion Blur work on my M1 Macbook and eventually I also added more features. You can say this is an upgraded version of Noryea's mod.

If you encounter any issues when using this mod, you can submit an issue in the Github repo or directly ask for help in my discord if you are not familiar with Github.

Credits: Noryea for parts of the shader code and the inspiration for the project.

About

The ultimate motion blur mod, making your game look super smooth.

https://modrinth.com/mod/arst-motion-blur

License:MIT License


Languages

Language:Java 94.1%Language:GLSL 5.9%