Skip to content

Commit 171fb94

Browse files
Fix Stupidity
1 parent 09a500d commit 171fb94

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ shadowJar {
7878

7979
reobfJar.dependsOn tasks.shadowJar
8080

81+
reobf {
82+
shadowJar {
83+
mappingType = 'SEARGE'
84+
}
85+
}
86+
8187
processResources
8288
{
8389
// this will ensure that this task is redone when the versions change.

src/main/java/me/djtheredstoner/perspectivemod/forge/PerspectiveModLoadingPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class PerspectiveModLoadingPlugin implements IFMLLoadingPlugin {
1212
public PerspectiveModLoadingPlugin() {
1313
MixinBootstrap.init();
1414

15-
Mixins.addConfiguration("mixins.perspectivemod.json");
15+
Mixins.addConfiguration("mixins.djperspectivemod.json");
1616
}
1717

1818
@Override

src/main/resources/mixins.perspectivemod.json renamed to src/main/resources/mixins.djperspectivemod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"required": true,
33
"minVersion": "0.7.10",
44
"package": "me.djtheredstoner.perspectivemod.mixins",
5-
"refmap": "mixins.perspectivemod.refmap.json",
5+
"refmap": "mixins.djperspectivemod.refmap.json",
66
"target": "@env(DEFAULT)",
77
"compatibilityLevel": "JAVA_8",
88
"mixins": [

0 commit comments

Comments
 (0)