Jordan Rey
Jordan Rey
Seems like it looks fine :)
Hi again, I think you should change the annotations color, because when I use lombok I find the annotations color too close from the access modifiers, maybe something like a...
Can confirm, but it's probably because Enigma doesn't know if the unmapped enum is because of a misconfiguration or not, basically I think it doesn't know if it's... already unmapped...
this can (and should be) merged, works perfectly
I got some of the features working by tweaking the scheme. You can get var/let/const in italic in the Javascript Additions, and you can also get the object members light-blue...
@Grafikart Yes that's better :)
So I realised it's possible to do something like `@Mixin(name = "myClass.class")` but it seems like it won't load: java.lang.NullPointerException: Class not found: myClass.class The class is obviously in the...
Interestingly, when I do that :  I get this: ``` ok java.lang.NullPointerException: Class not found: nj.class at java.util.Objects.requireNonNull(Objects.java:228) at com.arenareturns.shaded.tunabytes.bytecode.MixinEntry.targetReader(MixinEntry.java:38) at com.arenareturns.shaded.tunabytes.bytecode.MixinsBootstrap.init(MixinsBootstrap.java:58) at com.arenareturns.shaded.tunabytes.bytecode.MixinsBootstrap.init(MixinsBootstrap.java:34) at com.arenareturns.client.ArenaReturnsWrapper.main(ArenaReturnsWrapper.java:20) ``` So it...
I can confirm that using the library on classes in the default package was the issue, I relocated all classes beforehand using tiny remapper and everything works fine
> Hmm that's odd. What Java version are you using? In Java 9+, Tuna-Bytes looks for other classes in the same package to be able to find a suitable Module...