From 48ca9467a03dfac507b8a85a5b2406c565ce69a3 Mon Sep 17 00:00:00 2001 From: UselessBullets <80850784+UselessBullets@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:45:44 -0600 Subject: [PATCH] Update README.md Added download link and clarity note for intellij --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb2663..83a0a46 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Template for making Babric mods for BTA! ## Prerequisites - JDK for Java 17 ([Eclipse Temurin](https://adoptium.net/temurin/releases/) recommended) -- IntelliJ IDEA +- [Intellij IDEA](https://www.jetbrains.com/idea/download/) (Scroll down for the community version ) - Minecraft Development plugin (Optional, but highly recommended) ## Setup instructions