This is a Minecraft Forge mod.
A mod description can be found on CurseForge.
This is a combined work only using and not modifying used libraries.
The mentions of the used libraries, their licences and their copyright holders can be found in the lib_licences folder.
Because in the master branch is no source code, lib_licences cannot be found in this branch.
Direct dependent libraries are metioned here:
This Minecraft Forge mod uses Minecraft Forge as mod launcher with the GNU LGPLv2.1
A description how to use differnt versions of Minecraft Forge can be found here: https://github.com/MinecraftForge/MinecraftForge
This Minecraft Forge mod uses the JDA (Java Discord API) library with the Apache License Version 2.0 licence.
The library is provided as part of the mods jar-file.
To customize the library version follow the following steps:
- Clone this repository
- Change the library version by changing the value of the jda_version property in the gradle.properites file
- Run "gradle shadowJar"
- Your custom mod version can be found in the build/libs folder. Copy it to the mods folder of your client/server.
This Minecraft Forge mod uses the Simple Logging Facade for Java (SLF4J) library with the MIT licence.
The library is provided as part of the mods jar-file.
To customize the library version follow the following steps:
- Clone this repository
- Change the library version by changing the value of the slf4j_version property in the gradle.properites file
- Run "gradle shadowJar"
- Your custom mod version can be found in the build/libs folder. Copy it to the mods folder of your client/server.
Branch | Description |
---|---|
master | default branch - holds only the licences of the libraries and the README file |
develop_X.X.X | develop branch for the Minecraft version X.X.X - holds unstable and possible not compilable or working version. |
master_X.X.X | master branch for the Minecraft version X.X.X - holds stable/released versions of the mod/jar files can be found on CurseForge |
Other branches | branches for implementing new feature - contains unstable and possible not compilable or working version. |