Qendolin

Results 150 comments of Qendolin

I have no idea how to. I hope someone can help. 😃

Checking for updated in a separate thread without delaying the game start would also work for me.

This could be implemented like this: ```java public class AtmosphericSoundHandler { private int tick; private void tickSounds() { // ClientWorld world = MinecraftClient.getInstance().world; // if (world != null) { //...

The CORS policy really is a pain since reading local files is a common use-case for desktop apps and 'proxying' them via the asset handler is not always feasible and...

Same Issue here, Device: ZTE Axon 7 Operating System: Mifavor-UI 4.2 Android Version: 7.1.1 Magisk: 16.7 (Newer versions prevent my phone from booting) I want to add that the old...

I think this repo is dead 🙁, maybe someone has released a forked version

I think the biggest problem is creating HTML as a string. Using the DOM is a lot safer as it prevents any kind of escape attempt. For my site I've...

You didn't put the json file in the 'lang' directory. It works after I created the directory and moved the file manually.

I have the same issue. Mods: - fabric-api-0.84.0+1.19.4 - resolution-control-plus-1.19.4-3.0.0 The issue also happens when Sodium is installed