From ad2ce491d219833676a1b57387452e464b3b4d49 Mon Sep 17 00:00:00 2001 From: AreYouScared Date: Tue, 1 Oct 2019 15:27:05 -0400 Subject: [PATCH] Fixed URL --- terraria/tmodloader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraria/tmodloader/README.md b/terraria/tmodloader/README.md index be139132..932dc9fe 100644 --- a/terraria/tmodloader/README.md +++ b/terraria/tmodloader/README.md @@ -1,5 +1,5 @@ # tModLoader -### From their [GitHub](https://github.com/blushiemagic/tModLoader) +### From their [GitHub](https://github.com/tModLoader/tModLoader) tModLoader is essentially a mod that provides a way to load your own mods without having to work directly with Terraria's source code itself. This means you can easily make mods that are compatible with other people's mods, save yourself the trouble of having to decompile and recompile Terraria.exe, and escape from having to understand all of the obscure "intricacies" of Terraria's source code. It is made to work for Terraria 1.3+. ### Install notes