Maik Marschner

Results 212 comments of Maik Marschner

Time to get this merged. :muscle: I was now able to reproduce the `npm ci` issue on NodeJS 22 and it is caused by libxmljs not working on NodeJS 22...

@nanov CI is green for all three NodeJS versions now. Let me know what you think. :pray: Regarding encryption/decryption: I think this is an acceptable solution for now. It might...

@denny4-user The map above uses a template scene with enhanced sun settings. In particular, the sun color and post processing were changed.

@S0ly and @Eurothopia I'm currently working on this. Rendering is done, denoising is work in progress. To keep updated, you may want to subscribe to #61

Implemented in [v2.7.0-pre1](https://github.com/leMaik/ChunkyMap/releases/tag/v2.7.0-pre1), please give it a try and report any issues you see. 🎉

This PR makes it so that `Texture` isn't even a texture anymore but just the list of hard-coded textures. Should we instead have an interface (or abstract class) `Texture` and...

Whoops… This was an oversight in #96, the PR looks fine. 👍

I already wondered when they'd start to add new blocks. I'll look through the other snapshots, seems like the redstone torch changed, too. Note that I will not backport 1.21+...

~~Blocked by #1682.~~ Merged. While we're at it, we should also add options to… - List the release channels - Reload the release channels (optional update site url to change...

I looked into the approach that @kewisch suggested and managed to add some jsdoc (as a poc). However, generating the `.d.ts` files uses TypeScript via rollup in ical.js, which in...