From 029c414f707f1760a3a4078064992b0d26cdf0ad Mon Sep 17 00:00:00 2001
From: slweeb <91897291+slweeb@users.noreply.github.com>
Date: Fri, 22 Sep 2023 12:29:51 -0400
Subject: [PATCH] Update mod-list.html
---
mod-list.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/mod-list.html b/mod-list.html
index 7ce3c121..78b034c8 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -92,6 +92,7 @@
| Official |
| alchemy.js | Start with only 4 elements and unlock more by reacting them together. (Most are not possible) | R74n |
| classic_textures.js | Use textures from early versions of the game | R74n |
+| color_everything.js | Allows every element to have a custom color | R74n |
| devtests.js | Experimental features from the Sandboxels developer; Currently there is Earthquake in Weapons | R74n |
| edible_everything.js | Allows every element to be mixed into Batter and Dough | R74n |
| fools.js | Adds back FOOLS Mode | R74n |
@@ -103,6 +104,7 @@
| Tools & Settings |
| adjustablepixelsize.js | Allows you to set the pixelSize with a URL parameter | Alice |
+| 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 |
@@ -173,6 +175,7 @@
| life_eater.js | Adds Warhammer 40,000’s Life-Eater Virus and Virus Bombs | Alice |
| liquid_void.js | Adds a liquid variant of Void | Alice |
| more_breaking.js | Allows for breaking more elements in explosions | Alice |
+| rays.js | Adds more Ray types | Alice |
| Food & Cooking |
| bananas.js | Adds bananas and banana plants | Alice |
@@ -228,6 +231,7 @@
| Technical Libraries & Tests |
| a_bundle_of_tests.js | Several test functions | Alice |
+| betterMenuScreens.js | Library for mods to create their own menus | ggod |
| changePixelDebug.js | Makes the changePixel() function abort and log to console when it tries to change to a non-existent element | Alice |
| changeTempReactionParameter.js | Adds the changeTemp property to modded reactions | Alice |
| code_library.js | Adds functions and variables common to some other mods | Alice |
@@ -235,6 +239,7 @@
| 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 |
+| explodeAtPlus.js | Extension of the explodeAt function with more options | Alice |
| fill_script.js | Script that fills an area | TealEgg#7646 |
| generative_mods.js | Modpack with optional mass element generation | Alice |
| generator_prompt.js | Adds a prompt to use generative_mods.js’s element generators after the game finishes loading | Alice |