SaiCode
SaiCode
I got issue when joining the server at some locations: minecraft:level_chunk_with_light packets get corrupted https://mclo.gs/IdKPfUp
Ahhh... That explains it all... Thank you! P.s. consider adding a "upgrade config" function which changes the stings if changed On 11 Apr 2022, 11:43 +0200, Jason Xu ***@***.***>, wrote:...
I fixed it myself by overriding them in the package.json (i use yarn) ``` "dependencies": { "@nuxt/image": "^1.10.0", ... }, "resolutions": { "**/sharp": "0.34.4" }, ``` Here you can find...