modmuss

Results 504 comments of modmuss

> Payload may not be larger than 32767 bytes Is the error I would have expected, the mod linked above should work around this. The screenshot from @chimericdream doesnt show...

Yes, this is a known limitation of using these annotations to do this, its worth leaving the issue open to note that. But ideally you should not need to use...

I would have to check but I believe this is no longer an issue starting with MC 1.17, all of the rendering related methods were moved out a while back....

I removed this module as its no longer needed, and would have been a slight pain to update to keep it going anyway. Adding back a helper somewhere would be...

`whenTaskAdded` isnt great as it forces all tasks to instantly be configured, I would try using `configureEach`. I dont think we can really solve this tbh.

I have had a much deeper look into this, and think its possible with some work. Project configuration will have some peformance hits (Mostly in multi project builds), but it...

If you can reproduce it with --debug or find the stacktrace somehow that would be great. 🤔

I am unable to reproduce this on windows. I have tried using the idea run config, and running using the gradle task. Are you using a single project setup? Or...

Sounds like this may be fixed. If anyone has any similar issues let me know ASAP.

Have you got a way to reproduce this? Im lost as to how it’s even locked in the first place. Loom only creates and deletes the file, never writes to...