Martin Kalábek
Martin Kalábek
I can confirm this bug... **Presets:** - MyHome plugin installed and home created in Survival world - new nether world created by "/mv create" command - 2 world-groups: Survival &...
Hi. Sorry for such a late reply. I've read it back in August and forgot to answer. Rest asured, I have it on my TODO list. Thanks
I think that the idea from the previous author of this lib was to create a new client instance on every error. But I plan to take a look at...
https://github.com/user-attachments/assets/e8490089-da41-471c-9625-ff288e8b8264
There is a way... Two-finger swipe is handled as mouse `wheel` event. Custom detection (FE in preload script) is possible. But... there is a catch: WheelEvent is missing `phase` and...
Sure. Hope it helps :) ```ts enum Gesture { UNKNOWN = 0, ZOOM, SCALE, SWIPE, SCROLL, } const enum Phase { // No phase information is avaiable. kPhaseNone = 0,...