xxDark
xxDark
Simple example: ```java public interface MyConsumer { public void accept(T t); } public class Test { public static void main(String[] args) { MyConsumer c = consumer(); c.accept("Hello, World"); } private...
> Maybe they need it ordered: https://stackoverflow.com/questions/1035008/what-is-the-difference-between-set-and-list Hashset was used in the first place which is not ordered by definition
Update ASM version in [build file](https://github.com/Col-E/Recaf/blob/master/pom.xml#L12). 2.x version is not supported.
Try manually upgrading JFX version in `pom.xml` to 19+ (check Maven for latest version) and build 2.x yourself.
I don't have OSX system to debug this. Try reporting this to openjfx maintainers.
I will (maybe) make 1.12.2 forge mod once I'm done with 1.17, since I already have 1.12.2 codebase for it.
For some reason, GitHub decided not to mention me. Is this still an issue?
I made the change that should probably fix the issue, but I currently have no time to confirm that. Sorry for taking too long to respond.
> > > Your change fixed the crash, but now minecraft loads endlessly. I noticed that the mod still loads without the fabric-api, but unfortunately the fabric-api is needed for...
I might be able to create a workaround for that, however, I'm not sure if it will affect other mods that were relying on a such injection in a fabric...