mouse0w0 / forge-mixin-example

An example for using Mixin in Minecraft Forge 1.12.2 & 1.8.9
The Unlicense
113 stars 19 forks source link

fix Unsupported class file major version 60 #15

Closed Enaium closed 2 years ago

Enaium commented 2 years ago

reobf

> Task :reobfJar FAILED
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported class file major version 60
    at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166)
    at org.objectweb.asm.ClassReader.<init>(ClassReader.java:148)
    at org.objectweb.asm.ClassReader.<init>(ClassReader.java:136)
    at org.objectweb.asm.ClassReader.<init>(ClassReader.java:237)
    at net.md_5.specialsource.JarRemapper.remapClassFile(JarRemapper.java:221)
    at net.md_5.specialsource.JarRemapper.remapJar(JarRemapper.java:187)
    at net.md_5.specialsource.SpecialSource.main(SpecialSource.java:273)

FAILURE: Build failed with an exception.
mouse0w0 commented 2 years ago

Revert "Upgrade mixin to 0.8.5"

mouse0w0 commented 2 years ago

Changing to implementation cannot solve this exception.