Silent Gear

Silent Gear

19M Downloads

[1.18.1] Debug log shows old version of mixin

nanonestor opened this issue ยท 0 comments

commented

Versions

Expected Behavior

no compatibility complaints in debug log

(Description here)

Actual Behavior

After loading up the above modpack I noticed:

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

You may want to fix that in future releases.

Links/Images

debug.log
https://paste.gg/p/anonymous/d57c2170ddec460188d80b59fcc24161

Steps to Reproduce the Problem