modmuss
modmuss
> I thought IDEA had automatically added imports needed when I copy-pasted these lines from a mod of mine, but apparently it didn't Please add some unit tests for this,...
I think this is a good idea, another use case might be to help when targgeting lambdas with Mixin. In the debof versions these names are going to be a...
I dont have any objection to this, I think we should try to support other IDEs where possible as long as they provide an acceptable experiance. Are you able to...
Oh, I would have expected this to be a java launch task similar to how we do it in visual studio? Does what you provided allow debugging?
Thanks for the insight, I had a similar experience with trying to use it for a C++ project, it shows quite a lot of promise but needs some time to...
What launch args are being added? Is it something loader is doing? If so I don't think we should be altering this behaviour, not adding the unrecognised args seems like...
An easy way to check the permissions on the file is to run the following command in an admin powershell: ```powershell (Get-ACL "C:\Users\sered\AppData\Roaming.minecraft\libraries\org\ow2\asm\asm\9.8\asm-9.8.jar").Sddl ``` This will give you a crazy...
I think it should fail hard, as it likely means there is a more concerning issue elsewhere. Do you know what target its trying to sync to? Or have a...
> you dont have control for when stuff is synced here, You do, use a custom AttachmentSyncPredicate > since client doesnt have most of the server entities as they could...
``` Attachment identifier: supplementaries:slimed_data World: minecraft:overworld Target type: Entity Entity network ID: 169669 ``` Unfortually this is basically all the info we have, it would be helpful to know what...