From 9394577cbb69e7e2c498d57721e38909dcf0740f Mon Sep 17 00:00:00 2001
From: redbirdly <155550833+redbirdly@users.noreply.github.com>
Date: Mon, 27 Jan 2025 12:04:10 +0800
Subject: [PATCH 1/2] Update mod-list.html
---
mod-list.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/mod-list.html b/mod-list.html
index 12e103bb..f0eed2c7 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -174,6 +174,7 @@
| selective_paint.js | Adds a tool to paint only selected elements | SquareScreamYT |
| stripe_paint.js | Adds a tool to paint with stripes | Alice |
| texturepack.js | Adds tools that let you create and share custom texture packs | nousernamefound |
+| text.js | Adds text. | RedBirdly |
| the_ground.js | Adds several rock types, worldgen settings, and gemstones | Alice |
| Science & Chemistry |
@@ -245,6 +246,7 @@
| video.js | Adds a video player | ggod |
| waterspout.js | Adds back the old Water Spout | mollthecoder |
| WhisperingTheory.js | Adds many more variants of heater and cooler | kaeud |
+| wifi_draw.js | Draws connections between wifi in wifi.js and logicgates.js | RedBirdly |
| Weapons |
| aircrafts.js | Adds aircraft and aircraft part pixels | Jayd |
@@ -357,12 +359,16 @@
| Visual Effects |
| acid_and_shapes.js | Weird visual effects. Enable in Settings | Alice |
| customBackground.js | Set your background to an image link | Jayd |
+| fast_lightmap.js | Makes light sources glow, but the fast version | RedBirdly |
| fractals.js | Adds an element and tools to render fractals in game | nousernamefound |
+| hexagon_test.js | Makes pixels look like hexagons | RedBirdly |
| heatglow.js | Red glowing effect for hot metals | nousernamefound |
| invisible_dye.js | Adds elements like Dye and Spray Paint that take the color of the background | Alice |
| invisible_wall.js | Adds an element like Wall that takes the color of the background | Alice |
| lightmap.js | Makes light sources glow | RedBirdly |
| moreViews.js | Many new rendering modes | ggod |
+| nicer_flame.js | Makes fire visually pleasing | RedBirdly |
+| occlusion.js | Adds realistic shadows (similar to terraria's lighting) | RedBirdly |
| 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 |
From 1e456af031e10e686c7467e7e823a6d1942762d8 Mon Sep 17 00:00:00 2001
From: slweeb <91897291+slweeb@users.noreply.github.com>
Date: Sun, 26 Jan 2025 23:07:31 -0500
Subject: [PATCH 2/2] Update mod-list.html for consistency
---
mod-list.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mod-list.html b/mod-list.html
index f0eed2c7..27505672 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -174,7 +174,7 @@
| selective_paint.js | Adds a tool to paint only selected elements | SquareScreamYT |
| stripe_paint.js | Adds a tool to paint with stripes | Alice |
| texturepack.js | Adds tools that let you create and share custom texture packs | nousernamefound |
-| text.js | Adds text. | RedBirdly |
+| text.js | Adds tools to write text | RedBirdly |
| the_ground.js | Adds several rock types, worldgen settings, and gemstones | Alice |
| Science & Chemistry |
@@ -246,7 +246,7 @@
| video.js | Adds a video player | ggod |
| waterspout.js | Adds back the old Water Spout | mollthecoder |
| WhisperingTheory.js | Adds many more variants of heater and cooler | kaeud |
-| wifi_draw.js | Draws connections between wifi in wifi.js and logicgates.js | RedBirdly |
+| wifi_draw.js | Draws connections between WiFi in wifi.js and logicgates.js | RedBirdly |
| Weapons |
| aircrafts.js | Adds aircraft and aircraft part pixels | Jayd |
@@ -368,7 +368,7 @@
| lightmap.js | Makes light sources glow | RedBirdly |
| moreViews.js | Many new rendering modes | ggod |
| nicer_flame.js | Makes fire visually pleasing | RedBirdly |
-| occlusion.js | Adds realistic shadows (similar to terraria's lighting) | RedBirdly |
+| occlusion.js | Adds realistic shadows (similar to Terraria's lighting) | RedBirdly |
| 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 |