MDK-1.21-ModDevGradle/README.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2023-07-15 17:03:54 -04:00
Installation information
=======
2015-08-02 00:03:47 -04:00
2023-07-15 17:03:54 -04:00
This template repository can be directly cloned to get you started with a new
mod. Simply create a new repository cloned from this one, by following the
2024-06-21 00:13:01 +03:00
instructions provided by [GitHub](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
2023-07-15 17:03:54 -04:00
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.
2015-08-02 00:03:47 -04:00
If at any point you are missing libraries in your IDE, or you've run into problems you can
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
{this does not affect your code} and then start the process again.
2015-08-02 00:03:47 -04:00
Mapping Names:
2023-07-15 17:03:54 -04:00
============
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
2024-06-21 00:13:01 +03:00
license. For the latest license text, refer to the mapping file itself, or the reference copy here:
2023-07-15 17:03:54 -04:00
https://github.com/NeoForged/NeoForm/blob/main/Mojang.md
2015-08-02 00:03:47 -04:00
Additional Resources:
2023-07-15 17:03:54 -04:00
==========
Community Documentation: https://docs.neoforged.net/
NeoForged Discord: https://discord.neoforged.net/