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 |
diff --git a/gravity.js b/mods/gravity.js
similarity index 100%
rename from gravity.js
rename to mods/gravity.js
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
+};