We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6a396 commit 6ed39beCopy full SHA for 6ed39be
Fabric/build.gradle
@@ -12,7 +12,7 @@ archivesBaseName = "${mod_name}-Fabric-${minecraft_version}"
12
13
// Enable Mixins
14
project.ext.mixin_enabled = project.file("src/main/resources/${mod_id}.fabric.mixins.json").exists()
15
-project.ext.mixin_refmap = "${archivesBaseName}.refmap.json"
+project.ext.mixin_refmap = "${archivesBaseName}-refmap.json"
16
project.logger.lifecycle("Mixin ${project.ext.mixin_enabled ? 'enabled' : 'disabled'} for project ${project.name}.")
17
18
dependencies {
0 commit comments