modmuss

Results 504 comments of modmuss

This should be possible, loom will need a task to copy the mixin agent jar to somewhere static, within the project .gradle directory, as it cannot be set via DLI.

Thanks for adding a test, im still not super happy with this fix, but dont have a better suggestion off the top of my head. Ill have to sit down...

Good idea, this would go into loom `vscode` task if it was going to go anywhere.

I have looked into trying to support composite builds in the past but never got very far. If anyone else has any ideas regarding how to fix this then let...

I have no idea what could cause this, if its working fine in java then it should just work in Kotlin?

This was caused by a change made to Mojang's authentication servers, and happens in vanilla/any other mod loader. When not authenicated the endpoint now returns a valid json, the version...

Just to be clear it happens in vanilla when you are not authenticated, running it via the normal launcher when logged in will work as expected 👍

Yeah, this would be nice, its somewhat hard to do due to AWs design while being able to report the line number. Will likely be something that needs fixing in...

Yes, this is something I want to do, thanks for the links. I found some raw license data here: https://github.com/github/choosealicense.com/tree/gh-pages/_licenses I dont think we want to present all of these...

After some more digging I found: https://github.com/spdx/license-list-data/blob/main/json/details/Apache-2.0.json this data includes a `standardLicenseHeaderTemplate` key that seems to only be present for licenses that need one 👍