boholder

Results 113 comments of boholder

Hey, there are usage in vanilla code, maybe we can use it too: ```java // Minecraft.class this.profileFuture = CompletableFuture.supplyAsync(() -> this.minecraftSessionService.fetchProfile(this.user.getProfileId(), true), Util.nonCriticalIoPool()); ``` But it worth noting that this...

Another idea. IIRC Minecraft is using CPU to calculate and using GPU to render blocks that exposed in air, which same as our current POI block scanning condition. If we...

See if we can use `net.minecraft.util.thread.BlockableEventLoop`

Holy cow 75 files... 😂

Make some of the cloth config widgets accessible: the code responsible for all the widgets is in `compat/mixin/clothconfig` its really just a case of reimplementing the vanilla methods responsible for...

Too many conflicts, I suggest waiting for #399, and #393 to be merged, and rework it on HEAD... Like I said, adding and deleting files while the directory is invalid...

@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?

Currently tracing: how to remove the color char ahead of "Yes" and "No" button text when narrating them (keep the color on GUI). The text is from lang file of...

It seems that only two things are left: - make `SubCategoryListEntry` navigable - suppress "edit box:" prefix of narration of `SearchFieldEntry.EditBox`

Note: configuration file has been changed from `config/minecraft-access/config.json` to `config/minecraft-access.json`