From f2e6e0266b5a481aa5404d20fc57a50af809f7ab Mon Sep 17 00:00:00 2001 From: azurelmao <58854399+azurelmao@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:43:47 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 668b74c..31a306e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Minimal Mod +# Example Mod -Babric example mod, without the examples. +Template for making Babric mods for BTA! ## Prerequisites - JDK for Java 17 ([Eclipse Temurin](https://adoptium.net/temurin/releases/) recommended) @@ -11,7 +11,7 @@ Babric example mod, without the examples. 1. Download or clone this repository and put it somewhere. ``` -git clone https://github.com/Turnip-Labs/bta-minimal-mod.git +git clone https://github.com/Turnip-Labs/bta-example-mod.git ``` 2. Import the project in IntelliJ IDEA, close it and open it again.