HomeJavaShadersForgot My Pills
Forgot My Pills
Forgot My Pills — screenshot 1Forgot My Pills — screenshot 2Forgot My Pills — screenshot 3Forgot My Pills — screenshot 4Forgot My Pills — screenshot 5Forgot My Pills — screenshot 6

A stylized post-processing shader inspired by late-90s anime cinematography.

Forgot My Pills is a lightweight post-processing shader for Iris and OptiFine that transforms Minecraft using color grading, atmospheric depth effects, and stylized screen-space rendering. Rather than replacing the game's lighting model, it builds its look through a simple composite and final pass, emphasizing painterly shading, anime-inspired skies, and cinematic color treatment while keeping the rendering pipeline compact.

2026-06-14_21.23.23.png


✨ Highlights

Anime-inspired sky gradients.
Distant background pixels are replaced with a procedural sky gradient driven by scene depth. The palette blends warm sunset tones with teal shadows and violet-magenta upper skies, while rainfall subtly desaturates and cools the colors to better match overcast weather.

Distance-based atmospheric fog.
The shader linearizes the depth buffer to estimate world distance and applies layered fog that increases with depth. Fog intensity is additionally biased by camera altitude, producing denser low-lying haze without requiring full world-space reconstruction.

Painterly shadow treatment.
World geometry receives gentle stylized shading through tonal quantization and color remapping rather than physically based lighting changes. The effect introduces a soft hand-painted appearance while preserving the original scene detail.

Localized bloom and halation.
Bright areas are sampled using a lightweight multi-tap blur kernel to generate subtle glow and halo effects. The implementation is intentionally inexpensive, relying on a small screen-space sampling pattern rather than multi-stage bloom buffers.

Stylized glare streaks.
The composite pass includes a localized streaking effect around bright highlights by sampling along a diagonal direction. This creates anime-inspired highlight streaks without affecting the entire screen.

Minimal rendering pipeline.
The shader consists of only a composite pass followed by a final pass. Color is read from the primary framebuffer while depth is used only where needed for atmospheric effects, reducing buffer complexity and keeping the implementation approachable.

Screen-space finishing pass.
The final shader stage is prepared for post-processing including chromatic aberration, vignette, film grain, tone mapping, and color grading. In the current implementation, subtle chromatic aberration is active while the grading pipeline remains largely disabled.

2026-06-14_21.22.12.png


⚙️ Compatibility

2026-06-14_21.24.48.png


🎛️ Configurable in-menu

The shader source exposes numerous tuning constants that are intended to control the visual style, including:

These controls are implemented as shader constants within the source code. The project does not currently define user-facing shader option menus in the provided files.

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Forgot My Pills is a free Minecraft Java shader. Compatible with Minecraft 1.16.3, 1.17.1, 1.21, 1.16.1 and newer. Downloaded 5,889 times (via CurseForge). Download it and open it directly in the game.

Explore more