LexManos
LexManos
Lovely, rhe whole model data system is poorly designed and needs reworking. But if you have a test mod that uses this multipart model system, and can articulate what is...
To make this clear, it has nothing to do with things being synthetic or not. This is a bug in FML, or at least a misunderstanding of design. The SRG...
The point is they shouldn't be special cased. It'd just need to load both the methods and fields csv into a single dictionary.
It seems that you are passing in no mappings to the reobf task. Unsure how you're managing that as we [set them for everything](https://github.com/MinecraftForge/ForgeGradle/blob/6ff8afb65e83361b67bec5a39b24cac7c0eab47b/src/userdev/java/net/minecraftforge/gradle/userdev/UserDevPlugin.java#L326C62-L326C76) You'd need to provide the full...
Interesting, it's always a pain to manage dependencies across multiple large projects. I don't see migrating back to upstream DiffPatch. At least not anytime soon as I am working on...
The problem is I cant reproduce your issue, and logically your change doesn't make sense. You're somehow requesting an artifact when its not configured to create that artifact. I'm not...
> I believe the check that I have proposed for removal is simply checking to see if the name of the artifact matches the name of the artifact last time...
Honestly your best bet if you wanna do things weird is to disable reobf and reobf your jar manually. Reobf does [RenameJarInPlace](https://github.com/MinecraftForge/ForgeGradle/blob/FG_6.0/src/userdev/java/net/minecraftforge/gradle/userdev/tasks/RenameJarInPlace.java#L28) Where you can just make your own [RenameJar](https://github.com/MinecraftForge/ForgeGradle/blob/FG_6.0/src/userdev/java/net/minecraftforge/gradle/userdev/tasks/RenameJar.java#L33...
I have no strong opinion on this, if it makes people's lives easier with minimal maintenance on our end, then i'm fine with it. Would like to see some docs...
This is not how you bump libraries. And also we typically have people make initial PRs to the current version of Forge. and then we backport them. Unless you can...