From 7d21c6051bbd455868ee0cbf56cd15d47e85551a Mon Sep 17 00:00:00 2001 From: David Huynh <70926330+XgarhontX@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:11:48 -0800 Subject: [PATCH 1/5] Update README with user instructions and troubleshooting --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 029be04..5338c19 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,22 @@ # Minecraft HDR Mod A minecraft mod that enables native HDR on Windows/Linux with Iris shaders. Currently in early development. +[![PhotonHDRPic](https://i.postimg.cc/tgRwc3x5/2026-02-15-20-07-37-hdr.png)](https://postimg.cc/LJ7xYZvY) +([Photon](https://modrinth.com/shader/photon-shader) w/ [Patrix](https://www.curseforge.com/minecraft/texture-packs/patrix-32x), taken by mod's screenshot feature.) ## What the mod have achieved - Native HDR, both for Windows scRGB and HDR10/PQ; - UI color correction by a BEFORE_BLIT pass; - Ingame config using Cloth Config API; - Ingame HDR screenshot. -## For users -- Adjust the config ingame using a key binding (default F9); -- Take an HDR screenshot ingame using a key binding (default F10); -- If your game is too bright/dark, try adjust the custom brightness values yourself; -- If you're on Windows, don't forget to install the latest Visual C++ Redistributable. -- If your game crashes on NeoForge, disable `earlyWindowControl` in `/config/fml.toml` -- Clean temp file if your game doesn't start (path can be found in log, %TEMP%/glfw on Windows and /tmp/glfw on Linux). -## For shader patches +## For Users +- See XgarhontX's temporary patches for HDR output and tonemapping on select shaderpacks with support for this mod: [Google Sheets](https://docs.google.com/spreadsheets/d/1WgOqKED2FxC11-2oyW4aBIyl8tAHo-8WJ7JPxhYAO2Q/edit?gid=0#gid=0) +- Adjust the HDR Brightness values with config menu. (Default keybind: F9) +- Take a HDR screenshot ingame. (Default keybind: F10) +- *Troubleshooting*: ReShade is currently not compatible, failing to load and breaking sky. +- *Troubleshooting*: If your game is too bright/dark, try adjust the custom brightness values yourself. +- *Troubleshooting*: If you're on Windows, don't forget to install the latest Visual C++ Redistributable. +- *Troubleshooting*: If your game crashes on NeoForge, disable `earlyWindowControl` in `/config/fml.toml` +- *Troubleshooting*: Clean temp file if your game doesn't start (path can be found in log, %TEMP%/glfw on Windows and /tmp/glfw on Linux). +## For Shader Packs ### Macros - `HDR_MOD_INSTALLED` - `HDR_ENABLED` From 026a5c89de50b84e8edf47a34cc92a340cd08368 Mon Sep 17 00:00:00 2001 From: David Huynh <70926330+XgarhontX@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:13:50 -0800 Subject: [PATCH 2/5] Clarify screenshot feature description in README Updated description for the screenshot feature. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5338c19..564746e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Minecraft HDR Mod A minecraft mod that enables native HDR on Windows/Linux with Iris shaders. Currently in early development. [![PhotonHDRPic](https://i.postimg.cc/tgRwc3x5/2026-02-15-20-07-37-hdr.png)](https://postimg.cc/LJ7xYZvY) -([Photon](https://modrinth.com/shader/photon-shader) w/ [Patrix](https://www.curseforge.com/minecraft/texture-packs/patrix-32x), taken by mod's screenshot feature.) +([Photon](https://modrinth.com/shader/photon-shader) patched to HDR w/ [Patrix](https://www.curseforge.com/minecraft/texture-packs/patrix-32x), taken by mod's screenshot feature.) ## What the mod have achieved - Native HDR, both for Windows scRGB and HDR10/PQ; - UI color correction by a BEFORE_BLIT pass; From ce9a8b3a2f780fadffaa5d757e303ed727c8619a Mon Sep 17 00:00:00 2001 From: David Huynh <70926330+XgarhontX@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:14:28 -0800 Subject: [PATCH 3/5] Fix link to Patrix resource pack in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564746e..624572c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Minecraft HDR Mod A minecraft mod that enables native HDR on Windows/Linux with Iris shaders. Currently in early development. [![PhotonHDRPic](https://i.postimg.cc/tgRwc3x5/2026-02-15-20-07-37-hdr.png)](https://postimg.cc/LJ7xYZvY) -([Photon](https://modrinth.com/shader/photon-shader) patched to HDR w/ [Patrix](https://www.curseforge.com/minecraft/texture-packs/patrix-32x), taken by mod's screenshot feature.) +([Photon](https://modrinth.com/shader/photon-shader) patched to HDR w/ [Patrix](https://modrinth.com/resourcepack/patrix-32x), taken by mod's screenshot feature.) ## What the mod have achieved - Native HDR, both for Windows scRGB and HDR10/PQ; - UI color correction by a BEFORE_BLIT pass; From c41a507988f5cf2d63af471b030734512db52322 Mon Sep 17 00:00:00 2001 From: David Huynh <70926330+XgarhontX@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:22:22 -0800 Subject: [PATCH 4/5] Add link to Visual C++ Redistributable in README Updated troubleshooting section with a link to the Visual C++ Redistributable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 624572c..64f441f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A minecraft mod that enables native HDR on Windows/Linux with Iris shaders. Curr - Take a HDR screenshot ingame. (Default keybind: F10) - *Troubleshooting*: ReShade is currently not compatible, failing to load and breaking sky. - *Troubleshooting*: If your game is too bright/dark, try adjust the custom brightness values yourself. -- *Troubleshooting*: If you're on Windows, don't forget to install the latest Visual C++ Redistributable. +- *Troubleshooting*: If you're on Windows, don't forget to install the latest [Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). - *Troubleshooting*: If your game crashes on NeoForge, disable `earlyWindowControl` in `/config/fml.toml` - *Troubleshooting*: Clean temp file if your game doesn't start (path can be found in log, %TEMP%/glfw on Windows and /tmp/glfw on Linux). ## For Shader Packs From 71879fa1b350151933ba5b5773fad15bca286305 Mon Sep 17 00:00:00 2001 From: David Huynh <70926330+XgarhontX@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:27:20 -0800 Subject: [PATCH 5/5] grammar --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64f441f..0918223 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ A minecraft mod that enables native HDR on Windows/Linux with Iris shaders. Curr [![PhotonHDRPic](https://i.postimg.cc/tgRwc3x5/2026-02-15-20-07-37-hdr.png)](https://postimg.cc/LJ7xYZvY) ([Photon](https://modrinth.com/shader/photon-shader) patched to HDR w/ [Patrix](https://modrinth.com/resourcepack/patrix-32x), taken by mod's screenshot feature.) ## What the mod have achieved -- Native HDR, both for Windows scRGB and HDR10/PQ; -- UI color correction by a BEFORE_BLIT pass; -- Ingame config using Cloth Config API; +- Native HDR, both for Windows scRGB and HDR10/PQ. +- UI color correction by a BEFORE_BLIT pass. +- Ingame config using Cloth Config API. - Ingame HDR screenshot. ## For Users - See XgarhontX's temporary patches for HDR output and tonemapping on select shaderpacks with support for this mod: [Google Sheets](https://docs.google.com/spreadsheets/d/1WgOqKED2FxC11-2oyW4aBIyl8tAHo-8WJ7JPxhYAO2Q/edit?gid=0#gid=0) -- Adjust the HDR Brightness values with config menu. (Default keybind: F9) +- Adjust HDR Brightness values (Paper White, UI, Peak) with config menu. (Default keybind: F9) - Take a HDR screenshot ingame. (Default keybind: F10) - *Troubleshooting*: ReShade is currently not compatible, failing to load and breaking sky. - *Troubleshooting*: If your game is too bright/dark, try adjust the custom brightness values yourself.