From 9406ed6f83ea42542c7eac00eb1849e9129fc7c1 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:31:57 -0400 Subject: [PATCH] Update example_mod.js --- mods/example_mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/example_mod.js b/mods/example_mod.js index 5dda9025..ddf36999 100644 --- a/mods/example_mod.js +++ b/mods/example_mod.js @@ -2,7 +2,7 @@ // Create a new Javascript file like this one. // Add the file to the mods folder on GitHub, or host it somewhere else. -// https://github.com/slweeb/sandboxels/tree/main/mods +// https://github.com/R74nCom/sandboxels/tree/main/mods // To add it in the Mod Loader: // If it is in the mods folder, you can just use the name of the file.