MumbleLink
MumbleLink copied to clipboard
1.18.1 support
Adds support for Minecraft 1.18.1. Initial tests so far have worked as expected. I've been using this patch for a while with several people using a MC 1.18.1 server and Mumble 1.3.4 and so far it has worked fine.
Changes made in this PR:
- Mod loading events in Forge seem to have been moved exclusively to the specialized mod event bus, so I switched the main MumbleLink mod classes to use this bus.
- IExtensionPoint code has been updated for the newer Forge API.
- Minimum Forge version bumped to 39.0.0, and JVM version bumped to 17
-- missing file exception when i try to build it myself?
Odd... I'll give it a look. I didn't bring over the newer Gradle version from my Eclipse build environment so I wonder if that might be the cause.
@skedgyedgy I ran into the same problem but the issue should be resolved now. I updated the PR's Gradle version and the mod now builds properly from the command line.