Skip to content

[6.0] Backport ATs using Transform Action #966

@Jonathing

Description

@Jonathing

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 6enhancementEnhances an existing feature in the codebasefeature requestRequests a new feature to be addedplannedFeature or enhancement is planned

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions