Klotzi111
Klotzi111
Would it be possible to add Effects to the Windows Taskbar like progressbar or icons like it is done here (https://www.codeproject.com/Articles/42345/Windows-Goodies-in-C-Taskbar-Progress-and-Status) but im no C programmer. Maby is helps you...
This line https://github.com/SpongePowered/Mixin/blob/155314e6e91465dad727e621a569906a410cd6f4/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java#L581 should be changed to this to fix this issue: ```java if (superClass != null && superClass.isMixin()) { ```
Now using KTIG for keybindings (My new lib: https://github.com/Klotzi111/ktig) fixed bug: auto scroll will win against manual scroll when having very low framerate Scrolling the NBTTag now also works with...
I had to disable one unit test in order to build. This might be activated again.
This PR adds various improvements to the build script: - Better error handling and reporting - Being able to run the script with a non-root user - Compile latest version...
Hi, I once again have some changes. The name of this PR is not that descriptive. But too much happened in this PR to get a good title. This PR...
**This PR is built on top of #77** This PR adds the pattern for minecraft version specific packet implementation that was discussed in #68. The newly added `PacketSourceGenerator` project runs...