/MumbleIntegration

Shares position data with Mumble with the Mumble Link plugin for positional audio.

OtherNOASSERTION

Mumble Integration

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.

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:

Minecraft Forge

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

java-mumble-link

This Minecraft Forge mod uses the java-mumble-link library with the GNU LGPLv3 licence.
The copyright holder of the library is Mitchell Skaggs.

Using modified version of java-mumble-link

The library is provided as part of the mods jar-file.
To customize the library version follow the following steps:

  1. Clone this repository
  2. Change the library version by changing the value of the java_mumble_link_version property in the gradle.properites file
  3. Run "gradle shadowJar"
  4. Your custom mod version can be found in the build/libs folder. Copy it to the mods folder of your client/server.

Branches

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.