Skip to content

Commit 76e143f

Browse files
authored
Update README.md
1 parent 385062c commit 76e143f

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
11

2-
Installation information
3-
=======
4-
5-
This template repository can be directly cloned to get you started with a new
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).
8-
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-
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-
If at any point you are missing libraries in your IDE, or you've run into problems you can
14-
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
15-
{this does not affect your code} and then start the process again.
16-
17-
Mapping Names:
18-
============
19-
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields
20-
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
21-
license. For the latest license text, refer to the mapping file itself, or the reference copy here:
22-
https://github.com/NeoForged/NeoForm/blob/main/Mojang.md
23-
24-
Additional Resources:
25-
==========
26-
Community Documentation: https://docs.neoforged.net/
27-
NeoForged Discord: https://discord.neoforged.net/

0 commit comments

Comments
 (0)