Minecraft + Mumble + MumbleLink = You hear where voices come from and how far away they are! This is a Minecraft mod based on "Minecraft Forge". It's purpose is to be able to use Minecraft in conjunction with Mumble's positional audio feature (http://mumble.sourceforge.net/).
Under the Forge framework, ExtensionPoint.DISPLAYTEST is used during server handshaking period.
The result of this test will determine "whether forge will display a green check mark, indicating compatibility", as shown below (before this PR):
Do note that this display does not stop you from joining the server; it is only a bit misleading to average users. After this PR, Forge should give you a green check mark instead.
(I'd like to help cleaning up the codebase as well. However, I would like to make that a separate PR for that one.)
Under the Forge framework,
ExtensionPoint.DISPLAYTEST
is used during server handshaking period. The result of this test will determine "whether forge will display a green check mark, indicating compatibility", as shown below (before this PR):Do note that this display does not stop you from joining the server; it is only a bit misleading to average users. After this PR, Forge should give you a green check mark instead.
(I'd like to help cleaning up the codebase as well. However, I would like to make that a separate PR for that one.)
Ref: https://mcforge.readthedocs.io/en/1.14.x/concepts/sides/#writing-one-sided-mods