Resident Craft

# Resident-Craft

A dark horror-inspired Minecraft shader pack built for a cold, cinematic, Resident Evil-style atmosphere.

## Overview

Resident-Craft is a custom shader project focused on tension, mood, and visibility control. It uses heavy fog, deep shadows, strong color grading, wet surface shading, and a flashlight-style lighting effect to create a tense survival-horror look.

## Features

* Heavy atmospheric fog
* Horror-style blue/teal color grading
* Strong contrast and darkness outside the light beam
* Flashlight-inspired lighting effect
* Fog-aware lighting so distant scenery fades naturally
* Wet and damp surface tinting
* Floating spores / dust-style particles
* Film grain and vignette for a cinematic look

## Best Experience

Resident-Craft is designed for:

* Dark forest environments
* Swamps, ruins, and abandoned structures
* Horror maps and adventure worlds
* Night scenes and low-light gameplay

## Recommended Settings

For the intended look, use:

* Dark or night scenes
* Low to medium render distance
* Fog enabled
* Bloom or extra post-processing kept minimal if possible
* A resource pack with muted colors if you want a stronger horror tone

## Compatibility

Compatible with:

* Iris

## Performance

The shader is designed to stay lightweight enough for lower-end systems while still producing a strong visual effect. Performance may vary depending on:

* Render distance
* Scene complexity
* Particle density
* Shader loader and GPU

## Credits

Made by Akshat Sharma.

If you use this shader pack in a video, mod showcase, or project submission, please credit Resident-Craft.

RenderPearl

# Modern, lightweight shaders for Iris

![Banner](https://cdn.modrinth.com/data/BrRak9pu/images/9d2f33b85447099c25b6291b680608bc47c1f5e1.png)

RenderPearl is an incredibly lightweight shader pack using the latest Iris features and optional extensions on various graphics drivers, aiming to deliver pleasant visuals with excellent performance on modern hardware.

If you want to report a bug or give feedback/suggestions, the best way to do so is by opening an issue on the [GitHub issue tracker](https://github.com/Luracasmus/renderpearl/issues). I rely heavily on user feedback in bug fixing and design.

Trivia

This project started as a continuation of “Luracasmus Shaders” (which is why you might have seen it called “LS RenderPearl”), but modern versions share little to no code with the original project. The question remains as to whether the same shader pack remains throughout, when all parts are replaced.

The name “RenderPearl” is inspired by the Bedrock Edition [RenderDragon](https://minecraft.fandom.com/wiki/RenderDragon) engine.

## Features

LabPBR 1.3 compliance & material data

“Yes” indicates support for per-texel data.

| LabPBR 1.3 required component | From resource pack | Configurable nonstandard channels | Included/procedural |
| —————————– | —————————————– | ——————————— | ———————– |
| Albedo | Yes | No | No |
| Smoothness | Yes, or as linear or perceptual roughness | Yes | Yes |
| f0/reflectance | No | | Constant |
| Normal | Yes | No | Yes |

| LabPBR 1.3 optional component | From resource pack | Included/procedural |
| —————————– | —————————— | ————————————– |
| Hardcoded metal | No | No |
| Porosity | No | No |
| Subsurface scattering | No | Constant, only on translucent geometry |
| Emmissiveness | No | Yes |
| Ambient occlusion | Binary, per-block (from model) | Yes |
| Height | No | No |

* Smooth, colored real-time shadows and volumetric light using distorted shadow mapping.
* Colored block light with physically based reflections using a light list combined with vanilla lighting and average texture color.
* Ray traced, per-hand hand light.
* A wide range of highly optimized post-processing effects, including compute shader implementations of [FidelityFX Contrast Adaptive Sharpening](https://gpuopen.com/fidelityfx-cas/), [SMAA](https://www.iryoku.com/smaa/) 1x from [SMAA-MC](https://modrinth.com/shader/smaa-mc), automatic exposure and a variety of tone mapping operators.
* Customizable waves and water opacity.
* Built-in utility features such as light level visualization and a compass overlay.

## Mod & Resource Pack Compatibility

Most built-in PBR information, including light colors, material normals and roughness, are almost entirely procedurally generated and should therefore work perfectly with most resource packs and mods.

Integration with Distant Horizons and Voxy is supported on the latest Minecraft version, but experimental and very basic. Complete support is planned for a future update.

Support for mods that modify the Iris shader pipeline, such as Chunks Fade In, is experimental and may have issues, such as the shader pack failing to compile.

## Requirements

> If you have a decently modern non-macOS device it probably supports everything you need, but you might have to update your Iris and graphics drivers.

* **Iris** with support for features:
* `BLOCK_EMISSION_ATTRIBUTE`
* `COMPUTE_SHADERS`
* `CUSTOM_IMAGES`
* `ENTITY_TRANSLUCENT`
* `PER_BUFFER_BLENDING`
* `SEPARATE_HARDWARE_SAMPLERS`
* `SSBO`
* **Graphics drivers** with support for **GLSL 4.60.8+**.
* **Minecraft** of a version that is listed as supported by the RenderPearl release. The latest supported version is usually the most stable.

Driver Support

| OS | Drivers | Support |
| ——- | —————– | ——— |
| Linux | Mesa RadeonSI | Perfect |
| Linux | Nvidia | Very Good |
| Linux | Mesa Zink/RADV | Good |
| Linux | Mesa Zink/Nvidia | Unstable |
| Windows | AMD Adrenalin | Good |
| Windows | Nvidia Game Ready | Very Good |

Only the latest stable versions are tested. All other drivers are untested. Please report any issues that occur.

## Tuning & The Compatibility Menu

The default configuration and all values selectable with profiles are intended to work on all systems that meet the shader pack’s **Requirements**, though you may be able to achieve higher performance and quality by changing some of these options. Beware that some values may cause the shader pack to not compile, in which case you simply have to reset the option. These are usually marked with a red ⚠.

Implementation-Limited Options

> The usable values and effects of these options depend on your graphics drivers.

* **Light List Capacity** is limited by the amount of Local Data Share memory usable per work group on your GPU. Depending on your GPU and graphics drivers, and the features enabled by the 16/8-Bit Types option, you may be able to set this significantly higher than the maximum value selectable with profiles (though there is no reason to do so if the light list isn’t being filled completely, usually indicated by lights flickering, as it impacts performance negatively).

* **16/8-Bit Types** uses optional OpenGL/GLSL extension-provided half- and/or quarter-sized data types to reduce register, LDS and VRAM usage. Performance impact varies depending on hardware and drivers, as conversion between types has a cost, but operations with smaller types can be significantly faster.

* **Trinary Min/Max** performs trinary minimum and maximum operations in singular function calls using the optional `AMD_shader_trinary_minmax` OpenGL/GLSL extension, which may allow generation of more optimal instruction sequences. It’s recommended to use this whenever possible.

* **32×16-Bit Multiplication** performs multiplication between 32-bit integers and integers in the 16-bit-representable range using special functions provided by the optional `INTEL_shader_integer_functions` OpenGL/GLSL extension, that may be faster than regular 32-bit multiplication operators. It’s recommended to use this whenever possible.

* **Immutable Constants** marks all shader variables that can be immutable as constant, possibly enabling better optimizations. This feature is required by the GLSL specification, but still unsupported on some graphics drivers. It’s recommended to use it whenever possible.

## Design & Modding RenderPearl

RenderPearl’s source code is intended to be modifiable and re-usable. It’s written according to best practice to the best of my ability, but prioritizing performance over readability. If you have any questions about how it works, feel free to contact me on any platform.

Technical information can be found in [the GitHub repository](https://github.com/Luracasmus/renderpearl/blob/main/DEV.md).

**These are the only RenderPearl project pages made by me:**

* [Modrinth](https://modrinth.com/shader/renderpearl)
* [CurseForge](https://www.curseforge.com/minecraft/shaders/renderpearl)
* [Planet Minecraft](https://www.planetminecraft.com/mod/luracasmus-s-shaders/)
* [GitHub](https://github.com/Luracasmus/renderpearl)

If you want to distribute RenderPearl, or just spread the word of it, I would greatly appreciate if you would link to at least one of them, Modrinth being the most important one.

Renderlines

A shader that brings your world to life, making every scene look like an official Minecraft render — crisp outlines, vivid colors, animated vegetation, realistic water waves, and warm lighting — while keeping the vanilla essence.

Highly recommended for use with Fresh Animations and Fresh Animations: Player Extension

Please notify me of any errors or bugs on my X account using @pattthars and a screenshot.

Relumination

### Purpose
This shader aims to be a fairly lightweight alternative to vanilla lighting, adding various other impacts on light and its color to provide an interesting and colorful world!

|Wind Passing by the Trees|
|————————-|
![Wind passing by the trees.](https://cdn.modrinth.com/data/vBksb4DB/images/93f4042679523b79d00f31b75eca6fa03f48695f.gif)

### Features
– Light intensity and color adjusts based on numerous factors including sun & moon locations, light level and more!
– Directional lighting on blocks, items, and entities
– Held item light

### Planned
– Light impacted clouds with scattering
– Light impacted fog

Reflectify RT

![Reflectify RT](https://cdn.modrinth.com/data/cached_images/55427fedbef023bf52d8e045e6d39e616a56caa8.png)

Reflectify RT is designed to elevate your visual experience with advanced reflection techniques and cinematic lighting. It focuses on how surfaces and water interact with the world, transforming your gameplay into a vivid and realistic experience without unnecessary complexity.

![Media](https://cdn.modrinth.com/data/cached_images/c3050ac158ae37f3e100a717b4b08ff40cbcf268.png)
![ph 1](https://cdn.modrinth.com/data/cached_images/0f46728b8e38f65f4622bbc51d97f336c04bd322.jpeg)
![ph2](https://cdn.modrinth.com/data/cached_images/eaac91e36be8ee2df4c026f0a47680db94274253.jpeg)
![ph3](https://cdn.modrinth.com/data/cached_images/be7afea7162e8d87beeb2ececc9323447cbb364e.jpeg)
![ph4](https://cdn.modrinth.com/data/cached_images/791f6262853215e5e3f9555530ea00b1956839c8.jpeg)
![ph5](https://cdn.modrinth.com/data/cached_images/24ac310d8e9286d4533bd94dd2210531027c81ce.jpeg)
![ph6](https://cdn.modrinth.com/data/cached_images/769a4bd0e3ac1d8141e6b4b0a87d0ad95abceebd.jpeg)
![ph7](https://cdn.modrinth.com/data/cached_images/37c7ebdd84639a737a34d329718963ba8701fba7.jpeg)
![ph8](https://cdn.modrinth.com/data/cached_images/52a639e06f8b65a1a71e7d05e86e1bc17d49e2db.jpeg)
![ph9](https://cdn.modrinth.com/data/cached_images/e4e67587f8d391062f4540a687cf8ef07d028f0b.jpeg)
![ph10](https://cdn.modrinth.com/data/cached_images/2a3f0b2a39d7f1e48838deb77a5c27f6d313c4d5.jpeg)
![ph11](https://cdn.modrinth.com/data/cached_images/db65dc1f6c164739ddd718be1d1bf5101125a45c.jpeg)
![Key Features](https://cdn.modrinth.com/data/cached_images/6a8291b53602fa07f0c7e77f6694b0244cd5e642.png)

💧 **SSR Reflections**: High-quality reflections on ice and smooth surfaces.

🌧️ **Wet Effects**: Realistic ground reflections that appear during rainfall.

🌊 **Underwater**: Crystal-clear water with natural light scattering and distortion.

☀️ **God Rays**: Soft, warm light shafts piercing through trees and buildings.

🌿 **Nature**: Smooth waving animations for leaves, grass, and plants.

![Performance & Customization](https://cdn.modrinth.com/data/cached_images/3f4b99cb12ffebbfba90135d4c0c41d6657ce21e.png)

You can easily customize your experience by toggling features or adjusting reflection strength in the settings. This shader is highly optimized and runs smoothly even on low-end hardware like the GT 1030 or equivalent.

![License](https://cdn.modrinth.com/data/cached_images/a37b8ef759c70f7ba2f523f879cff996444907a3.png)

**Developer**: [in2bubble](https://modrinth.com/user/in2bubble)

**License**: All Rights Reserved

RedHat Shaders

– About

RedHat is a shaderpack that for Iris and Optifine.
It is an edit of an old version of Chocapic13, and has many features.

RedHat’s main features are lighting effects such as Godrays (3D, or 2D, if you have a low-end machine), Shadows, Underwater Light Absorption, and many more.

The shaderpack features reflections too, and reflects some light on all surfaces, to make everything look more similar to the Minecraft trailers style.

There are many cinematic options such as Lens Flares, Depth of Field (Chromatic Aberration included), Grain, Tilt Shift, and others.

The colors, which change depending on the time, make everything more realistic yet they keep the fantasy vibe.

There are many effects related to movement as well. All foliage or hanging things such as lanterns wave. Along those there are Waving Hand and Waving Camera options too, configurable as well.

If that wasn’t enough, RedHat supports all versions from 1.7.10 up to 1.21, and it supports custom skyboxes!

Lastly, there are many atmospherics effects such as Fog and Clouds, Round moon and sun, and other things like PBR support, Auto-Exposure, Stars, and many, many other things.

There are a lot of ways you can customize the shaderpack, and make it look like the way you want.

– Requirements

GPU: Must support OpenGL 3.2 and have at least 1GB of VRAM. AMD, NVIDIA and Intel are all supported (You’ll have to decrease some settings to play smoothly with Intel GPUs).

CPU: Must have a minimum clock speed of 1GHz

RAM: Must have located at least 1.5-2GB of RAM to your game

OS: Windows (7,8, 8.1, 10, 11), Linux (Mesa drivers might lead to issues)

Shadermod: Optifine or Iris

MC Version: 1.7.10, up to 1.21

> Light Settings Recommendation: i3/i5 3-4th Gen, 4GB DDR3 RAM, GT 1030 2GB GDDR5
> Balanced Settings Recommendation: i5/i7 8-9th Gen, 8GB DDR4 RAM, GTX 1050 Ti 4GB GDDR5
> Heavy Settings Recommendation: i5/i7/i9 10th+ Gen, 16GB DDR5 RAM, GTX 1660 Ti 6GB GDDR6

If you use RedHat without meeting these requirements, then keep in mind you’ll take a risk.
RedHat is a pretty heavy shaderpack, thus do not expect it to be FPS friendly on the default settings.

Recastional

# 🌊 Recastional Shader Pack

> **Elevate your Minecraft experience to a cinematic masterpiece.**

**Recastional** is a shader pack designed to transform your world into an exhilarating visual journey. It creates a unique atmosphere, enveloping the environment in a warm, caressing light that brings every pixel to life.

***

## ✨ Overview

As the sun rises and sets, its rays pierce through the clouds, casting a **soft golden glow** that enhances the natural beauty of the landscape. With **Recastional**, you don’t just play — you immerse yourself in a cinematic experience where every frame is a work of art.

* **Vibrant Textures:** Every rock, tree, and building feels detailed and alive.
* **Shimmering Waters:** Realistic water surfaces that sparkle as if kissed by sunlight.
* **Dynamic Shadows:** Stretching and shifting shadows that add profound depth to your surroundings.
* **Atmospheric Skies:** Volumetric clouds and glowing flora that invite exploration.

***

## 🛠 Complete Feature List

### 🎨 Advanced Rendering Systems

* **Enhanced Particle System** – Physics-based particle rendering with LOD support.
* **Volumetric Clouds** – High-precision ray-marching for realistic skyboxes.
* **Advanced Water System** – Real-time reflections, refractions, and caustics.
* **Parallax Terrain Mapping** – Height-based surface displacement with triplanar mapping.
* **Entity Glow Effects** – Dynamic rim lighting and emissive textures for special entities.

### 🔧 Post-Processing Pipeline

* **Enhanced Composite** – HDR tone mapping, professional color grading, and subtle film grain.
* **Bloom System** – Multi-pass bloom with Gaussian blur and granular intensity control.
* **Depth of Field** – Realistic camera focus with high-quality hexagonal bokeh.
* **Advanced Shadow Mapping** – PCF filtering with support for soft and colored shadows.

### 🚀 Performance & Optimization

* **GPU Optimizer** – Hardware-specific tweaks for **NVIDIA**, **AMD**, and **Intel**.
* **LOD Manager** – Automatic level-of-detail scaling based on distance.
* **Dynamic Quality Scaling** – Real-time performance adjustments to maintain stability.

### 🔄 Compatibility & Legacy

* **OpenGL Compatibility** – Stable fallback shaders for older graphics hardware.
* **Cross-Platform** – Full support for **Windows, macOS, and Linux**.
* **VR & Multi-Monitor** – Stereoscopic rendering and ultra-wide display configurations.

### 📚 Technical Foundation

* **PBR Shading Library** – Physically Based Rendering using the **Cook-Torrance BRDF**.
* **Next-Gen Lighting** – Volumetric lighting, SSAO, and Global Illumination (GI).
* **Weather Module** – Dynamic simulation of rain, snow, and atmospheric fog.

***

## 📋 Configuration & Presets

You can fine-tune your experience using our modular configuration files:

* `advanced.properties` – Toggle high-end rendering features.
* `performance.properties` – Hardware-specific optimization toggles.
* `debug.properties` – Tools for development and analysis.

### ⚠️ Important Note on Performance

To achieve the **ULTRA** and **HIGH** graphics shown in screenshots, **Iris Shaders** is highly recommended.

> **Note:** High settings are hardware-intensive. If you experience low FPS, please adjust your preset in the shader options.

***

## 🎮 Version Support

* **Compatibility:** Fully optimized for **Minecraft 1.21.11**.
* **Engine:** Works best with **Iris** or **OptiFine**.

***

_Created with passion for the Minecraft community._

Also available on CurseForge: [CurseForge](https://www.curseforge.com/minecraft/shaders/recastional)
![Nether portal](https://cdn.modrinth.com/data/cached_images/824f0e9e85f2ad341b252868c3e424c1df18598a.png)

RealisticallyOptimized

# RealisticallyOptimized Shader

## Overview
RealisticallyOptimized is a stylized, performance-focused shader preset with toon lighting, strong outlines, brighter sky highlights, deeper nights, and improved emissive handling for ores and light sources.

## Features
– Real-time shadow mapping for terrain, entities, textured geometry, and water.
– Toon ramp direct lighting with adjustable shadow darkness and step count.
– Day/night color tinting with global vibrance control.
– White world outline effect in final pass (Complementary-inspired depth-based method).
– Adjustable outline thickness and brightness.
– Brighter sky/sun/moon rendering with preserved geometry separation.
– Darker nighttime grading with optional cool blue weather/night tint.
– Enhanced blocklight contribution across terrain, entities, and textured passes.
– Stronger emissive treatment for major light sources (torch, lantern, glowstone, sea lantern, candles, campfire, etc.).
– Complementary-style glowing ores using per-ore groups and per-pixel ore-part detection:
– Iron, Gold, Copper, Lapis, Emerald, Diamond, Nether Quartz, Nether Gold, Redstone.
– Adjustable ore glow strength (`GLOWING_ORE_MULT`).
– Water shading with toon-lit base and no forced water glow overlay.
– Waving vegetation support via custom block material IDs.

## Install
1. Put `RealisticallyOptimized.zip` in `.minecraft/shaderpacks`.
2. Select `RealisticallyOptimized` in the Iris shader menu.
3. Ensure Shadows are enabled in Iris settings.

## Troubleshooting
– Set Graphics to Fancy or Fabulous.
– Set Shadow Quality to at least 1024.
– Test at noon near a wall and a mob (`/time set noon`).

Real Night Vision Shader

**English version:**

Real Night Vision Shader

Transforms your nights into a cinematic military NVG experience. Fully vanilla by day — at night, everything switches to a green monochrome with scanlines, grain, and a goggle vignette. No performance cost.

**Features:**
– Green NVG tint activates automatically at night
– Brightens dark areas so you can actually see
– CRT scanlines & analog grain for realism
– Goggle-style vignette on screen edges
– Smooth transition at dusk and dawn
– Zero changes during daytime

Compatible with Minecraft 1.17–1.21.x via OptiFine or Iris.

Subscribe so you don’t miss any updates! If you have questions or need support, join our Discord.

**Русская версия:**

Real Night Vision Shader

Превращает ночь в кинематографичный опыт с прибором ночного видения. Днём — полностью ванильно, ночью — зелёный монохром со сканлайнами, зерном и виньеткой как у настоящих NVG очков.

**Возможности:**
– Зелёный тинт автоматически включается ночью
– Brightens тёмные зоны — реально видно в темноте
– CRT сканлайны и аналоговое зерно для реализма
– Виньетка как через очки ночного видения
– Плавный переход на закате и рассвете
– Ноль изменений днём

Совместимо с Minecraft 1.17–1.21.x через OptiFine или Iris.

Подписывайтесь, чтобы не пропустить обновления! Если есть вопросы — заходите в Discord за поддержкой.

Raincore

![Raincore](https://raw.githubusercontent.com/myueqf/myueqf.github.io/main/img/image/Raincore.png)

The rain never stopped in 1998.

![Supported Versions](https://img.shields.io/badge/SUPPORTS-IRIS,%20OCULUS|%201.18%20to%201.21-4E737E?style=for-the-badge&logo=Modrinth&labelColor=334A51)
[![GitHub Stars](https://img.shields.io/github/stars/myueqf/Raincore?style=for-the-badge&logo=github&color=4E737E&labelColor=334A51)](https://github.com/myueqf/Raincore/stargazers)

#### About:
Raincore is a shader pack that captures the petrichor scent of moist earth after the rain, featuring distinct pixelated effects and grain/lo-fi.
This is my fifth shader pack, built upon my previous work, [Lantern](https://modrinth.com/shader/lantern-shader). I hope you enjoy it! (^-^)

#### Performance:
No high-end hardware is required; integrated graphics are sufficient for a smooth experience.
For the best visual balance, a render distance of 8 chunks is recommended. While you can go lower, it is best kept between 8 to 11 chunks.

#### Links:
– >[Github](https://github.com/myueqf/Raincore)
– >[Discord](https://discord.gg/9ATsdr2ms7)
– >[CurseForge](https://www.curseforge.com/minecraft/shaders/raincore)

#### FAQ:
– **Q**: Can I include this shader in my Modpack?
– **A**: Distributing this shader as part of a modpack without modifying its source code is not considered creating a derivative work. Other components of the modpack are not bound by the GPLv3 license.