Chen Liang
Chen Liang
No, it cleans all other caches for your mod dev setup.
Oh, I mean close your vscode, commit your changes, and run `git clean -xdf` command, then open your mod in vscode again. "importing" is the name used in intellij idea,...
> an error exception was undefined Run with another `-S` flag (short for `--stacktrace`) and it will have a detailed error. Post the stacktrace.
Seems you have a broken Minecraft jar. Delete the `fabric-loom` folder (or all its contents) at `%userprofile%\.gradle\caches\fabric-loom` (assuming you are on windows), then try again.
@modmuss50 Aren't mixins class-specific? If the classloader is just looking up relevant mixins in a map, I fail to understand why classloading speed is slow.
For now, you can use prefix in your mod jar names to serve this purpose while getting mods loaded by the loader.
We should have a vote on this. I disagree as people may actually use folders to put their disabled mods in.
Imo there are just too many "special cases" to consider, including version-specific folders, etc. maybe we can have a file that defines what folders to load from? (bad idea possibly,...
I recommend making the container getter method in `AttachmentTarget` abstract and having another `InternalAttachmnetTarget extends AttachmentTarget` in impl package that defaults the method instead. The `InternalAttachmnetTarget` will be injected into...
> Or we could also have the `AttachmentType` provide a default value factory. This is what I recommend, and we can pass the owner of the attachment container to the...