From c1c1bb5e25cb31d6da923d08101e8d0beed9b599 Mon Sep 17 00:00:00 2001
From: Nekonico <163950752+DBNekonico@users.noreply.github.com>
Date: Wed, 26 Feb 2025 17:12:41 -0800
Subject: [PATCH] added realistic lighting mod to mod list
---
mod-list.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/mod-list.html b/mod-list.html
index dc9da847..9f4f7a9e 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -379,6 +379,7 @@
| onecolor.js | Makes all placed pixels single-colored | nousernamefound |
| paint_event.js | Adds a random event that randomly paints a circle | Alice |
| rainbow_tests.js | Adds variants of the rainbow element with different maths | Alice |
+| real_light.js | Changes view code to make everything dark if not hit with a photon or light element, as well as making hot things and glowing things still be visible. | Nekonico |
| shader_by_jayd.js | Adds a glow around light elements | Jayd |
| Shroomboxels.js | A variant of acid_and_shapes.js that uses a different trigonometric function | Alice |
| singleColor.js | Makes all elements pick one color each time they're drawn | stefanblox |