-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from NULLYUKI/master
Updated first-steps.md and version-dependent.md
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
First you'll need a Java IDE, as of now we only support | ||
<a href="https://www.jetbrains.com/idea/download/" target="_blank">IntelliJ IDEA</a>. Then download JDK (Java Development Kit) 17 if you haven't already and install it. | ||
<a href="https://www.jetbrains.com/idea/download/" target="_blank">IntelliJ IDEA</a>. Then download <a href="https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html" target="_blank">JDK (Java Development Kit) 17</a> if you haven't already. | ||
|
||
Differences between the "Community" and "Ultimate" edition: | ||
- **IntelliJ IDEA Community Edition** is the free to use version for everyone. | ||
- **IntelliJ IDEA Ultimate** is the version where you need a valid purchased subscription based licensed, its also possible to use the "Ultimate" edition if you have a valid educational license. | ||
|
||
You can apply for a educational license at Jetbrains <a href="https://www.jetbrains.com/community/education/" target="_blank">here</a> | ||
|
||
Now | ||
<a href="https://github.com/LabyMod/addon-template" target="_blank">download or clone our addon template</a> and open it in your preferred IDE. | ||
|
||
todo: fill with basic information | ||
|
||
todo: fill with basic information |