Valaphee
Valaphee
Probably just an issue with the mappings even though they are auto-generated anyway. (and I definitely updated the submodule) Also tested with Java Edition 1.20.6 to rule out ViaVersion issues.
Not reproducible with Geyser upstream
https://github.com/gfx-rs/wgpu/issues/4247 Actually pretty easy fixable, it's because when initializing wgpu, it registers and VEH and it keeps the DX12 instance open, even though its not used. Theoretically, either removing the...
https://github.com/upscayl/upscayl/issues/702 seems to be similar, they suggest DDU and freshly installing the drivers
Only uses the sky light data given by Java Edition, block light is calculated automatically, don't know what packet-based light plugins do ^^
> Wait was I suppose to do something? I don't know how pull requests work lol. Nah, just linked your issue, but may take some time until this gets merged,...
Added some useful comments
Could also try to improve the code redundancy a little bit, as it borrows a lot of functions from the normal chunk translator
Memory usage could be optimized by deleting the lightData when the sub chunk is translated
It's noteworthy that the event XHR request fails because of 403 Forbidden, which causes the page to reload https://github.com/syncthing/syncthing/blob/main/gui/default/syncthing/core/eventService.js#L44