From 4bc1dca86ce91095972eec1678342218c7865a7e Mon Sep 17 00:00:00 2001
From: Alexthetransfem <124483815+theenchantedsword@users.noreply.github.com>
Date: Wed, 27 Dec 2023 22:20:57 -0600
Subject: [PATCH] Update mod-list.html
---
mod-list.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mod-list.html b/mod-list.html
index 4242543b..1312c8fc 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -115,13 +115,13 @@
| Tools & Settings |
| adjustablepixelsize.js | Allows you to set the pixelSize with a URL parameter | Alice |
+| betaworldgen.js | adds a more advanced world generation to the game | Alex |
| betterModManager.js | Improvements to the Mod Manager | ggod |
| betterSettings.js | Adds additional settings and functionality | ggod |
| betterStats.js | Separate “real” and “set” TPS, meaning you can see what the TPS actually is, instead of only seeing what it’s set to | mollthecoder |
| change.js | Adds a tool that only replaces existing pixels | Alice |
| color_tools.js | Adds tools that manipulate colors | Alice |
| controllable_pixel_test.js | Adds a pixel that can be controlled with the keyboard keys. Read the commit description for more info. [PC ONLY] | Alice |
-| customexplosion.js | Added a custom explosion element and interface for it. check out its source code for how modders can use it. | Alex |
| cpt_alt.js | Adds a more destructive variant of the controllable pixel | Alice |
| debugRework.js | Revamps the Debug tool | Fioushemastor |
| delete_all_of_element.js | Adds a tool that deletes every pixel of the element(s) the user clicks on | Alice |
@@ -261,6 +261,7 @@
| changeTempReactionParameter.js | Adds the changeTemp property to modded reactions | Alice |
| code_library.js | Adds functions and variables common to some other mods | Alice |
| CrashTestDummy.js | Originally a test to see if certain code broke the game, but now just adds a tool that turns things into sand | StellarX20 |
+| customexplosion.js | Added a custom explosion element and interface for it. check out its source code for how modders can use it. | Alex |
| date_test.js | K-pop idol birthday testing stuff | Alice |
| drawPixels_change_test.js | A test of altering drawPixels(). Gives burning pixels a red overlay similar to the yellow overlay for charged pixels | Alice |
| example_mod.js | An example mod for new modders | R74n |