Skip to content

Commit 6ed39be

Browse files
committed
Fix incorrect Mixin refmap name. #181
1 parent fa6a396 commit 6ed39be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ archivesBaseName = "${mod_name}-Fabric-${minecraft_version}"
1212

1313
// Enable Mixins
1414
project.ext.mixin_enabled = project.file("src/main/resources/${mod_id}.fabric.mixins.json").exists()
15-
project.ext.mixin_refmap = "${archivesBaseName}.refmap.json"
15+
project.ext.mixin_refmap = "${archivesBaseName}-refmap.json"
1616
project.logger.lifecycle("Mixin ${project.ext.mixin_enabled ? 'enabled' : 'disabled'} for project ${project.name}.")
1717

1818
dependencies {

0 commit comments

Comments
 (0)