ajarcomputers/README.md

28 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2023-07-15 23:03:54 +02:00
Installation information
=======
2015-08-02 06:03:47 +02:00
2023-07-15 23:03:54 +02: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
instructions at [github](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
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 06:03:47 +02:00
> **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.
2015-08-02 06:03:47 +02: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 06:03:47 +02:00
Mapping Names:
2023-07-15 23:03:54 +02: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-20 23:12:26 +02:00
license. For the latest license text, refer to the mapping file itself, or the reference copy here:
2023-07-15 23:03:54 +02:00
https://github.com/NeoForged/NeoForm/blob/main/Mojang.md
2015-08-02 06:03:47 +02:00
Additional Resources:
2023-07-15 23:03:54 +02:00
==========
Community Documentation: https://docs.neoforged.net/
NeoForged Discord: https://discord.neoforged.net/