From 5ba9c0690c7822f2e828b62af1cfe793660c073e Mon Sep 17 00:00:00 2001 From: azurelmao <58854399+azurelmao@users.noreply.github.com> Date: Sat, 5 Nov 2022 10:23:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fa0579..01be76c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Babric example mod, but without the examples. 1. Download or clone this repository and put it somewhere. ``` -git clone https://github.com/azurelmao/bta-minimal-mod.git +git clone https://github.com/Turnip-Labs/bta-minimal-mod.git ``` 2. Import the project in IntelliJ IDEA, close it and open it again. @@ -29,4 +29,4 @@ git clone https://github.com/azurelmao/bta-minimal-mod.git 5. Open `File > Project Structure`, select `Project` and set `Compiler output` to your project's path. -6. Done! Now all that's left is to change every mention of `examplemod` to your own mod id. Happy modding! \ No newline at end of file +6. Done! Now all that's left is to change every mention of `examplemod` to your own mod id. Happy modding!