From de36f76e426f774346167ed30a047b25fd75b807 Mon Sep 17 00:00:00 2001
From: Alexthetransfem <124483815+theenchantedsword@users.noreply.github.com>
Date: Sat, 27 Sep 2025 20:36:08 -0500
Subject: [PATCH] Added PRNGworldgenlib.js to the mods list
---
mod-list.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mod-list.html b/mod-list.html
index d68b4f26..c24d159f 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -184,6 +184,7 @@
| noconfirm.js | Removes all confirmation popups | mollthecoder |
| page_color.js | Change the page color with the "pageColor" query parameter | Alice |
| pixelResizeTool.js | Button to change pixel scale | feeshmaster |
+| PRNGworldgenlib.js | Switched from random numbers to pseudorandom numbers - seeds generate consistently but take longer to load | Orchid |
| prompt.js | Primitive command console | Alice |
| prop.js | Tool to edit the attributes of pixels | Alice |
| random_everything.js | Allows every element to be spawned with Random | R74n |
@@ -458,6 +459,7 @@
| nv7.js | Giant Nv7 image [Large] | Nv7 |
| orchidslibrary.js | Library used by morechemistry.js, plants.js, and datawire.js | Orchid |
| place_all_elements.js | Experimental function that places every pixel | Alice |
+| PRNGworldgenlib.js | Switched from random numbers to pseudorandom numbers - seeds generate consistently but take longer to load | Orchid |
| randomness_but_tick.js | Random experimental elements using the tick function feature | Alice |
| randomness_but_tool.js | Random experimental elements using the tool function feature | Alice |
| randomness.js | Random experimental elements | Alice |