tr7zw
tr7zw
Hey, first of all, awesome lib. I'm currently tinkering on a database to collect Minecraft Skins (64x64 images). Before adding them I clean them up (upgrade older 64x32 skins to...
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ The bintray repo will vanish May 1st, 2021 and should be relocated to maven central or some other maven provider. Edit: It's also available via the gradle plugin repo:...
**Describe the bug** After changing a file's version, the download counter will stop working. This happened to all files [here](https://modrinth.com/mod/3dskinlayers/versions) uploaded on the 4th of May, making them stuck at...
I've selected [**CullTask.run()**](https://github.com/tr7zw/EntityCulling/blob/65344a40afcb7bb7b0c825dc247d530e9edb0fcf/EntityCulling-Shared/src/main/java/dev/tr7zw/entityculling/CullTask.java#L43-L136) for refactoring, which is a unit of **88** lines of code and **31** branch points. Addressing this will make our codebase more maintainable and improve [Better Code...
**Is your feature request related to a problem? Please describe.** Some mangas have pages in really high quality, which becomes an issue when loading them on a phone via mobile...
Hey there, just recently found out about all-contributors and really liked the idea, but personally, the bot would cause too much webhook/commit history spam and as a Java developer the...
- Use a parallelStream to recalculate the frustum, so the cpu is better utilized - Add a bit? of overdraw, but heavily reduce how often the frustum is recalculated This...
When creating a chest cube with ``/fill ~ ~ ~ ~25 ~25 ~25 minecraft:chest``, this cube will only render partially, while creating broken chests and a lot of lag. 
 Trying to spectate for example a creeper triggers a load of vanilla opengl shaders and with that a crash.
Before this gets fully forgotten, this branch adds 3rd person rendering that works in combination with Not Enough Animations. Currently there are two options: disable this feature when NEA is...