LambdAurora

Results 164 comments of LambdAurora

Please re-read my comment above: QSL has an API allowing for modification of surface rules. C2ME being a multithreading nightmare breaks such API.

Or alternatively we can investigate such optimization on our side and look if it can be implemented neatly in sync with the API, making breakability lower (if the same optimization...

I have to wonder, has any measuring been done on this code to measure the performance improvements?

Yeah, talking to one of our worldgen expert and we're actually quite confused by the optimization: Mojang has something in the lines of ```java SurfaceRules.SurfaceRule apply(SurfaceRules.Context context) { if (this.sequence.size()...

Wow, I was expecting something in those lines, glad to see I guessed it right! 1.19.3 definitely can use the array iteration optimization in theory, though I'm still slightly scared...

What change is the addition of the status effects API that introduces APIs related to status effect removal. Our mixin rewrite the method, and actually fixes the thing Requiem tries...

Discord CDN for attachments now include expiration dates, given that the mod is entirely abandoned anyway it might be best to remove it from the list at this point.

> I'm not sure why Fabric and Quilt switched places but I don't think that really matters. It's dependent on the order that is used to list versions in the...

![image](https://github.com/LambdAurora/LambdaBetterGrass/assets/12587332/da4d686c-8eea-4056-916b-890d8672b09d) Fixed in next release.