Fix refmap reference for non-dev deployment.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ minecraft {
|
||||
}
|
||||
|
||||
mixin {
|
||||
add sourceSets.main, "mixins.appliedenergistics2.refmap.json"
|
||||
add sourceSets.main, "appliedenergistics2.mixins.refmap.json"
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "appeng.mixins",
|
||||
"refmap": "appliedenergistics2.mixins.refmap.json",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"DimensionTypeMixin",
|
||||
|
||||
Reference in New Issue
Block a user