diff options
| author | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-08-31 10:12:18 -0400 |
|---|---|---|
| committer | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-08-31 10:12:18 -0400 |
| commit | 171fb9450fca3cae1dff254828f90e6bdb34362d (patch) | |
| tree | e0d507af0ec07ed292c8e80fa6091da837566514 /src/main/resources | |
| parent | 09a500d0ae3693ed5fc03feec505c6b2664ada84 (diff) | |
| download | PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.tar.gz PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.tar.bz2 PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.zip | |
Fix Stupidity
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/mixins.djperspectivemod.json (renamed from src/main/resources/mixins.perspectivemod.json) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mixins.perspectivemod.json b/src/main/resources/mixins.djperspectivemod.json index f307ca6..1ecb9ea 100644 --- a/src/main/resources/mixins.perspectivemod.json +++ b/src/main/resources/mixins.djperspectivemod.json @@ -2,7 +2,7 @@ "required": true, "minVersion": "0.7.10", "package": "me.djtheredstoner.perspectivemod.mixins", - "refmap": "mixins.perspectivemod.refmap.json", + "refmap": "mixins.djperspectivemod.refmap.json", "target": "@env(DEFAULT)", "compatibilityLevel": "JAVA_8", "mixins": [ |
