ExpandAbility

ExpandAbility

15M Downloads

[1.18.1] version of mixins seems incorrect (seen in debug.log)

nanonestor opened this issue ยท 1 comments

commented

As title states launching expandability-5.0.0-forge.jar with Forge 39.0.48 shows:

[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(expandability)
[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(expandability)
[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(expandability)
[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(expandability)
[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(expandability)
[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(expandability)]
[31Jan2022 21:07:54.693] [main/DEBUG] [mixin/]: Registering mixin config: expandability.mixins.json
[31Jan2022 21:07:54.699] [main/DEBUG] [mixin/]: Compatibility level JAVA_16 specified by expandability.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
commented

Seems like your version of Forge might not be using the latest version of Mixin.
Mixin obviously supports Java 16 here because 1.18+ is Java 16 only so it's safe to say this warning can be ignored.