MumbleLink icon indicating copy to clipboard operation
MumbleLink copied to clipboard

1.18.1 support

Open lewark opened this issue 3 years ago • 3 comments

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

lewark avatar Dec 13 '21 04:12 lewark

-- missing file exception when i try to build it myself? image

skedgyedgy avatar Jan 11 '22 01:01 skedgyedgy

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.

lewark avatar Jan 11 '22 01:01 lewark

@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.

lewark avatar Jan 11 '22 02:01 lewark