John Paul R

Results 52 issues of John Paul R

Create sprite sheet of all mod icons and arrange them by icon similarity (color?) for improved compression? (split into several spritesheets, most likely). Spritesheets only really work if all mod...

Compare performance of list generation methods: - one where each list element is regenerated each time it is needed - or, two, where each list element is cached but hidden...

Currently, the MC 1.16.5 version of Essential Commands relies on GrossFabricHacks which relies on deprecated (and, in modern versions of Java, outright removed) reflection APIs. There were reasons for this......

enhancement

https://discord.com/channels/513219024927326211/513219024927326213/1261845668272541716

things like `/nickname` should tell you how to use the styles. This came up here: https://discord.com/channels/513219024927326211/857077956336943154/1251880214527475732

documentation

Minecraft 1.21.2 removed `hungerManager.setExhaustion` (now you can only add to it via the public interfaces). Should add a mixin to modify the field to preserve existing `/feed` behavior.

Basically, since perms checks detect if you're allowed to _have_ the nickname, rather than if you're allowed to _set_ the nickname, this is funky. Might be worth looking into changing...

enhancement

Hello, and happy Modtoberfest! This PR adds the ability to navigate the `TreeEditor` with via keyboard `Up,Down,Left,Right` or `HJKL` (vim keys). I tried to mirror vscode's file tree navigation behavior...