From d1583423b26dd10442020e5c1b84f1109a047292 Mon Sep 17 00:00:00 2001 From: StartsMercury <89975834+StartsMercury@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:50:30 +0800 Subject: [PATCH] Add Cosmci Light Bleed Fix 0.1.0 --- README.md | 2 ++ repository.hjson | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 8b520b2..fe7d7e3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Hosts the following mods: * [Corner Ambient Occlusion Fix] v0.1.0 + * [Cosmic Light Bleed Fix] v0.1.0 * [Simply Cosmic Shading] v0.1.0 and v0.1.1 [Corner Ambient Occlusion Fix]: https://github.com/StartsMercury/corner-ambient-occlusion-fix +[Cosmic Light Bleed Fix]: https://github.com/StartsMercury/cosmic-light-bleed-fix [Simply Cosmic Shading]: https://github.com/StartsMercury/simply-cosmic-shading diff --git a/repository.hjson b/repository.hjson index 5174680..c656db9 100644 --- a/repository.hjson +++ b/repository.hjson @@ -6,6 +6,19 @@ rootId: io.github.startsmercury mods: [ + { + id: io.github.startsmercury.cosmic-light-bleed-fix + name: Cosmic Light Bleed Fix + desc: Fix light passing through solid corners for Cosmic Reach. + authors: [ + StartsMercury + ] + version: 0.1.0 + gameVersion: "[0.1.39]" + url: https://github.com/StartsMercury/cosmic-light-bleed-fix/releases/download/0.1.0%2Bcr0.1.39/cosmic-light-bleed-fix-0.1.0+cr0.1.39.jar + deps: [] + ext: {} + }, { id: io.github.startsmercury.corner-ambient-occlusion-fix name: Corner Ambient Occlusion Fix