From 765781f03d330d8bec8a79ac1bfb1e0c39d13792 Mon Sep 17 00:00:00 2001
From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com>
Date: Wed, 23 Apr 2025 23:01:43 -0400
Subject: [PATCH 1/3] Rename gravity.js to mods/gravity.js
---
gravity.js => mods/gravity.js | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename gravity.js => mods/gravity.js (100%)
diff --git a/gravity.js b/mods/gravity.js
similarity index 100%
rename from gravity.js
rename to mods/gravity.js
From 1fac8e0e6382aee966b618c00d6f7452a3d2558b Mon Sep 17 00:00:00 2001
From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com>
Date: Wed, 23 Apr 2025 23:03:02 -0400
Subject: [PATCH 2/3] Update mod-list.html
---
mod-list.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mod-list.html b/mod-list.html
index 2f99e271..50d99c79 100644
--- a/mod-list.html
+++ b/mod-list.html
@@ -98,8 +98,8 @@
| alchemy.js | Start with only 4 elements and unlock more by reacting them together (Most are not possible) | R74n |
| nousersthings.js | Many chemical elements, compounds, and more | nousernamefound |
| spring.js | Many nature elements, like sakura trees, butterflies, beehives, and more | R74n |
-| weapons.js | Variety of different weapons | Jayd |
| elementsManager.js | Create and edit custom elements | ggod |
+| weapons.js | Variety of different weapons | Jayd |
| fey_and_more.js | Fairies, magic, and a lot of other things | Melecie |
From a8fd5f1208a12e8a6ced0acf1c972e2ef7c3ece1 Mon Sep 17 00:00:00 2001
From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com>
Date: Wed, 23 Apr 2025 23:03:43 -0400
Subject: [PATCH 3/3] Update and rename note_block_advanced.js to
mods/note_block_advanced.js
---
note_block_advanced.js => mods/note_block_advanced.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename note_block_advanced.js => mods/note_block_advanced.js (96%)
diff --git a/note_block_advanced.js b/mods/note_block_advanced.js
similarity index 96%
rename from note_block_advanced.js
rename to mods/note_block_advanced.js
index 7900db96..8cdca6ca 100644
--- a/note_block_advanced.js
+++ b/mods/note_block_advanced.js
@@ -625,4 +625,4 @@ elements.b_note_block = {
pixel.debounce--;
};
},
-};
\ No newline at end of file
+};