Skip to content

Trying to make a 1.14 mod, got an error: non-unique class target name mappings #2208

Answered by modmuss50
u9g asked this question in Mod Dev Support
Discussion options

You must be logged in to vote

In your build.gradle make sure its not using the :v2 mappings. There is a bug with the retro generated v2 mappings for 1.14 causing them to not work as expected.

mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"

Should become:

mappings "net.fabricmc:yarn:${project.yarn_mappings}"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@u9g
Comment options

@u9g
Comment options

@u9g
Comment options

Answer selected by u9g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants