You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,10 @@ Installation information
4
4
5
5
This template repository can be directly cloned to get you started with a new
6
6
mod. Simply create a new repository cloned from this one, by following the
7
-
instructions at [github](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
7
+
instructions provided by [GitHub](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
8
8
9
9
Once you have your clone, simply open the repository in the IDE of your choice. The usual recommendation for an IDE is either IntelliJ IDEA or Eclipse.
10
10
11
-
> **Note**: For Eclipse, use tasks in `Launch Group` instead of ones founds in `Java Application`. A preparation task must run before launching the game. NeoGradle uses launch groups to do these subsequently.
12
-
13
11
If at any point you are missing libraries in your IDE, or you've run into problems you can
14
12
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
15
13
{this does not affect your code} and then start the process again.
0 commit comments