TheSuperGamer20578

Results 14 comments of TheSuperGamer20578

As a temporary workaround you should be able to enable GitHub Pages in your fork's settings, set it to deploy from GitHub Actions, and ensure the `github-pages` environment doesn't have...

I'm pretty sure its client side because it's to do with ray casting which doesn't make sense to do on the server. This is not to be confused with collision...

I’ve also discovered that the new shortcuts trigger on every tick while held and `alt+4` and `alt+5` cause the game to freeze for a good few seconds, which is exacerbated...

I think it should still be safe to touch the Cloth Config specific stuff such as the mixins and new config class because these will just require a simple rename....

> @TheSuperGamer20578 So the goal is making all the classes under [`me.shedaniel.clothconfig2.gui`](https://github.com/shedaniel/cloth-config/tree/v8/common/src/main/java/me/shedaniel/clothconfig2/gui) package narratable, right? Yes, or at least everything that autoconfig and thus our config uses. BTW if you...

Cloth Config (#347) IIRC has annotations both for adding text before an option and maybe maybe hover text too though I haven't used that specific feature before. It may also...

> It worth note that, the [NamedFormatter](https://github.com/minecraft-access/minecraft-access/blob/dev/common/src/main/java/org/mcaccess/minecraftaccess/utils/NamedFormatter.java) I made, to format strings like `{foo} at {bar}`, this type of string will be marked by IntelliJ MC dev plugin, says its...

> > I don't see any warnings in mine, where does it show you that warning? > > See in IDE > > [minecraft-access/common/src/main/java/org/mcaccess/minecraftaccess/utils/NarrationUtils.java](https://github.com/minecraft-access/minecraft-access/blob/ac9a286c752aa164bdbd03e1474ff611023f5d21/common/src/main/java/org/mcaccess/minecraftaccess/utils/NarrationUtils.java#L121) > > Line 121 in [ac9a286](/minecraft-access/minecraft-access/commit/ac9a286c752aa164bdbd03e1474ff611023f5d21)...

Proposed API from [Discord](https://discord.com/channels/843921862194364468/1255131694927974471/1338789776547119116): ```java public class Key { public static @Notnull Key of(@Notnull String key); @Contract("_ -> this", mutates = "this") public @Notnull Key set(@Notnull String variable, @Notnull String...