-
-
Notifications
You must be signed in to change notification settings - Fork 447
Closed as not planned
Labels
FG6This request is for FG 6This request is for FG 6enhancementEnhances an existing feature in the codebaseEnhances an existing feature in the codebasefeature requestRequests a new feature to be addedRequests a new feature to be addedplannedFeature or enhancement is plannedFeature or enhancement is planned
Description
Name entails. Part of FG7's new structure is the usage of Gradle's artifact transformers to apply AccessTransformers. This allows consumers to use mapped names from the Minecraft jar in their AT configs. I plan on backporting this to FG6, gated by a flag.
minecraft {
accessTransformer = project.file('src/main/resources/META-INF/accesstransformer.cfg')
}
fg {
newAccessTransformer = true
}This would fix MinecraftForge/MinecraftForge#9954 for UserDev.
Metadata
Metadata
Assignees
Labels
FG6This request is for FG 6This request is for FG 6enhancementEnhances an existing feature in the codebaseEnhances an existing feature in the codebasefeature requestRequests a new feature to be addedRequests a new feature to be addedplannedFeature or enhancement is plannedFeature or enhancement is planned