Klotzi111

Results 8 comments of Klotzi111

Acctually you can also use newer versions of Java (AdoptOpenJDK is fine if you also install openjfx (https://openjfx.io/)) and with it JavaFX . The command you need to run it...

> I've tried what you said but i'm getting the error "Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package jdk.internal.jimage in both module jrt.fs and module java.base" Okay for...

I guess this repo is dead (no longer maintained). You could clone my fork instead since they did not made any changes to this repo since I added this feature...

Sure do that. The license of this repo allows you to do that. Good luck

It would be great if the playback speed would be associated with the item to play. So that I can add the same song twice but with different playback speeds....

The auto scroll winning problem is very easily fixed without the library. Just look at my changed code. I understand that you do not want to add a dependency/library. But...

> Minecraft allows non standard keybinds Kind of. You can add new keycodes/mousebuttons to `KEYSYM`, `SCANCODE` or `MOUSE`. > fabric doesn't handle them correctly Thats totally wrong. Fabric API has...

Yea exactly that is why I made KTIG and used in this pr to fix ALL those problems. I even told you that my snippet is no 100% solution. But...