
Mist Shaders keeps Minecraft looking true to vanilla, preserving all textures, water, and blocks exactly as they are. What sets it apart is the subtle glowing tone applied across the world, giving every scene a gentle, luminous quality without changing the game’s original style. It’s perfect for players who want a calm, immersive, and visually enhanced experience while still enjoying the classic Minecraft look.
INeon Shaders – Features
Vanilla Look: Keeps all blocks, water, and textures exactly like Minecraft’s default.
Glowing Tone: Adds a gentle, soft glow across the entire world.
Calm & Immersive: Enhances the atmosphere without altering gameplay or colors drastically.
Smooth Visuals: Creates a subtle, visually pleasing effect for landscapes, skies, and environments.
Lightweight: Runs smoothly without heavy performance impact.
Incremental shaders
Incremental Shaders improves various visual aspects of the game through small, progressive enhancements; delivering cleaner lighting, richer colors, and better overall clarity while preserving the original look and feel.
-Shadows with distortion to reduce aliasing
-Day/night cycle with proper darkening and blue-shifted night vision
-Distance fog that gets thicker at night
-Waving grass, flowers, and leaves (fades out at distance)
-ACES tone mapping with a cool blue tint
-Rain and thunderstorm effects (darker, desaturated, foggier)
-Torch flicker
-Vignette
ImprovedVanillaLighting
A simple high performance shader to make the game look smoother and wamer.Aswell making it more atmospheric with tweaks to the fog.Aswell as some added bloom effects in the newest version.

Based off: https://modrinth.com/shader/base-shader?version=1.21.1(licenced under CC0, so is this but please modify it (in some noticeable way) if you do intend to upload it to other places.)
Image Shader
# Image Shader
Only use a shader to display an image on your screen~
**Note: compiling the shader may take some time!**
### How to prepare a custom image~
First, use ffmpeg (or any tool) to resize your image to **160×160 pixels**.
“`bash
Using ffmpeg:
ffmpeg -i Input.png -vf scale=160:160 image.png
“`
Then place the resized image in the same directory as the Python script below.
Run the script to produce an `image_chunks` folder, then copy the 16 **.glsl files** inside into `shaders/data/image_chunks` (you need to unpack the shader pack first).
Enter the game, enable the custom image option in the shader settings, and wait for the shader to finish compiling — Then it’s ok~
A Python Script
“`python
from PIL import Image
import os
def generate_glsl_chunks(image_path, output_dir=”image_chunks”):
try:
img = Image.open(image_path).convert(‘RGBA’)
except FileNotFoundError:
print(f”Error: Image file not found at {image_path}”)
return
width, height = img.size
if width != 160 or height != 160:
print(f”Error: Image must be 160×160 pixels, but it is {width}x{height}.”)
print(f”You can use:”)
print(f”ffmpeg -i image.png -vf scale=160:160 output.png”)
print(f”to adjust the image resolution.”)
return
for i, pixel in enumerate(pixel_data):
r, g, b, a = pixel
glsl_array += f” vec4({r/255.0}, {g/255.0}, {b/255.0}, {a/255.0})”
if i < len(pixel_data) - 1:
glsl_array += ","
if (i + 1) % 4 == 0:
glsl_array += "n"
glsl_array += ");n"
with open(output_file_path, 'w') as f:
f.write(glsl_array)
print(f"Generated file: {output_file_path}")
# --- Config ---
image_file = "image.png"
output_directory = "image_chunks"
generate_glsl_chunks(image_file, output_directory)
```
I Like Vanilla
I’m currently looking for a job, if your company is looking for experienced programmers then please let me know!
Report Bugs Discord License
## About:
Shaders typically fall into one of two camps: completely overhauling minecraft’s style or completely copying it. This shader aims to overhaul the graphics while making it feel like nothing has changed. It’s the same style as vanilla minecraft but built for my own preferences, which are:
– Beautiful and Pleasant
– Unobtrusive
– Sharp AA
– Gameplay-Oriented
– Interesting and Exciting
– Performant
### Supports Voxy, Distant Horizons, Colorwheel, and more!
### Note: Optifine is only partially supported. If you think it should be more supported, you can always let me know
## How to install:
– 1: Install either Fabulously Optimized (full modpack, preferred) or Iris/Occulus (single mod, can be added anywhere)
– 2: Download the latest version of this shader
– (If you want to see the values used by each style, you can download a style-specific version)
– 3: Launch minecraft, go to the shaderpacks menu, and click the ‘Open Shader Packs Folder’ button
– 4: Put the downloaded shader zip into the shaderpacks folder
– 5: Select the shader within the shaderpacks menu
## Performance Comparisons:
I’m not sure how trustworthy these results are, but it should give you a rough idea of the performance between shaders. Also, you can compare your graphics card to mine here. Tests:
### License Overview:
**This is not exact or binding in any way.**
#### You can (with restrictions):
– Use this for gameplay, screenshots, videos, etc
– Use this in modpacks
– Create public and/or private modifications
– Reuse shader code
#### You cannot (without any exceptions):
– Redistribute this shader with little to no modifications
– Create shortened / indirect links to this shader
#### You can read the full license Here.
Note: this shader has very limited testing and is very likely to break in niche cases, but I’m very open to fixing any and all bugs that are reported
Please visit your local church
Hysteria Shaders




A stylized, atmospheric horror-themed Iris shaderpack with high customizability and performance.
Successor of Insanity Shader.
Based on Photon, Hysteria provides a similar feel to Insanity, but with modern features such as volumetric clouds and fog, colored lighting, distant horizons support, and more!





– 🧟 **Atmospheric Scary Look.** Perfect for horror & zombie modpacks!
– 📓 **Highly customizable shader configuration.** Expanded from Photon’s limits.
– ⛈️ **Immersive & Dynamic Weather.** Every day is a different day, with different clouds and colors.
– 🌫️ **Volumetric Fog & Clouds.** With ground-level and distant fog, changing volumetric clouds, and more!
– 🌎 **Distant Horizons Support.** Experimental!
– 📝 **User-friendly menu.** Including a quick options menu with easy to configure settings.
– 💻 **Runs on most modern PCs.** Optimized even for lower-end GPUs. Even better than Insanity!
– 🔦 **Always bring some torches.** Not only the night is dark, the Nether and End are even worse!
– 🌎 **Wide compatibility across versions.** Supports all newer MC versions from 1.7.10 upwards.
– ☀️ **Built-in Colored Lighting.** With support for labPBR resource packs.
– **Sixthsurge**
– For making Photon, the shaderpack that Hysteria is based on
– **Capt Tatsu**
– For making BSL, helping me start out Insanity. Without Insanity, Hysteria wouldn’t exist!
This is a lightweight, vanilla-like shader designed to give you an enhanced immersive experience while keeping Minecraft’s blocky, pixel aesthetic
### Modes
**Ultra vs Lite:** Ultra costs more performance but looks better, lite is my super
optimized version of the shader that looks really great but still
delivers top notch performance
### Manual Installation
**1.** Download the mod & unzip it
**2.** Install Iris
**3.** Put the file(s) found in the mod download into your “shaderpacks” folder (if it doesn’t exist, create one)
**4.** Launch the game and enjoy!
**Note:** It’s recommened to install manually so you can choose which exact version of the shader you want (Lite or Ultra). By default it will autoinstall the “Lite” version. If that is the version you want then disregard this message
### Alternative Versions
– Fantasy Edition | A vibrant, bright, atmospheric aesthetic.
– Vanilla Edition | A vanilla-like Minecraft aesthetic.
– Horror Edition | A horror, rustic, or medieval aesthetic.
### Credits & Permissions
Modpacks: Yes, you may use this shader in your modpacks
Forked version of BSL, with permission from the original author _(granted on 7/11/24 via X DMs)_. Tweaked for better performance, different aesthetic & color grading
HyShaders – Horror Edition
This is a lightweight, horrorfantasy shader designed to give you a dark, gritty, atmospheric experience while keeping Minecraft’s blocky, pixel aesthetic
### Modes
**Ultra vs Lite:** Ultra costs more performance but looks better, lite is my super
optimized version of the shader that looks really great but still
delivers top notch performance
### Manual Installation
**1.** Download the mod & unzip it
**2.** Install Iris
**3.** Put the file(s) found in the mod download into your “shaderpacks” folder (if it doesn’t exist, create one)
**4.** Launch the game and enjoy!
**Note:** It’s recommened to install manually so you can choose which exact version of the shader you want (Lite or Ultra). By default it will autoinstall the “Lite” version. If that is the version you want then disregard this message
### Alternative Versions
– Fantasy Edition | A vibrant, bright, atmospheric aesthetic.
– Vanilla Edition | A vanilla-like Minecraft aesthetic.
– Horror Edition | A horror, rustic, or medieval aesthetic.
### Credits & Permissions
Modpacks: Yes, you may use this shader in your modpacks
Forked version of BSL, with permission from the original author _(granted on 7/11/24 via X DMs)_. Tweaked for better performance, different aesthetic & color grading
HyShaders – Fantasy Edition
This is a lightweight, fantasy shader designed to give you a bright, vibrant, atmospheric experience while keeping Minecraft’s blocky, pixel aesthetic
### Modes
**Ultra vs Lite:** Ultra costs more performance but looks better, lite is my super
optimized version of the shader that looks really great but still
delivers top notch performance
### Manual Installation
**1.** Download the mod & unzip it
**2.** Install Iris
**3.** Put the file(s) found in the mod download into your “shaderpacks” folder (if it doesn’t exist, create one)
**4.** Launch the game and enjoy!
**Note:** It’s recommened to install manually so you can choose which exact version of the shader you want (Lite or Ultra). By default it will autoinstall the “Lite” version. If that is the version you want then disregard this message
### Alternative Versions
– Fantasy Edition | A vibrant, bright, atmospheric aesthetic.
– Vanilla Edition | A vanilla-like Minecraft aesthetic.
– Horror Edition | A horror, rustic, or medieval aesthetic.
### Credits & Permissions
Modpacks: Yes, you may use this shader in your modpacks
Forked version of BSL, with permission from the original author _(granted on 7/11/24 via X DMs)_. Tweaked for better performance, different aesthetic & color grading
Hologram Shader
**Hologram Shader** is a shader that makes the entities look kinda like a hologram. It’s made for 1.21.4 Iris but it could work in later versions. It is a easy shader to run. This is just a fun shader i made in a couple hours.