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
# Ultreon Devices Mod [](https://dl.circleci.com/status-badge/redirect/gh/Ultreon/devices-mod/tree/1.19.3-development)
*Fork of [MrCrayfish's Device Mod](https://github.com/MrCrayfish/MrCrayfishDeviceMod)*
2
+
Installation information
3
+
=======
8
4
9
-
## License Notes
10
-
Some code is used from other projects with other licenses.
11
-
* The package `com.jab125` and all it's subpackages are licensed the GPL 3.0.
12
-
* Everything in [updater/](updater) also is licensed under the GPL 3.0.
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 provided by [GitHub](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
13
8
14
-
[@MrCrayfish](https://github.com/MrCrayfish) has said on his discord server that we can use his code and even the assets for this port.
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.
15
10
11
+
If at any point you are missing libraries in your IDE, or you've run into problems you can
12
+
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
13
+
{this does not affect your code} and then start the process again.
16
14
17
-
## Credits
18
-
* Thanks to [@MrCrayfish](https://github.com/MrCrayfish) for the original Device Mod.
19
-
* Thanks to [@Jab125](https://github.com/Jab125) for helping with porting this mod.
15
+
Mapping Names:
16
+
============
17
+
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields
18
+
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
19
+
license. For the latest license text, refer to the mapping file itself, or the reference copy here:
0 commit comments