aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.perspectivemod.json
diff options
context:
space:
mode:
authorDJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com>2020-08-31 10:12:18 -0400
committerDJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com>2020-08-31 10:12:18 -0400
commit171fb9450fca3cae1dff254828f90e6bdb34362d (patch)
treee0d507af0ec07ed292c8e80fa6091da837566514 /src/main/resources/mixins.perspectivemod.json
parent09a500d0ae3693ed5fc03feec505c6b2664ada84 (diff)
downloadPerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.tar.gz
PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.tar.bz2
PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.zip
Fix Stupidity
Diffstat (limited to 'src/main/resources/mixins.perspectivemod.json')
-rw-r--r--src/main/resources/mixins.perspectivemod.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/resources/mixins.perspectivemod.json b/src/main/resources/mixins.perspectivemod.json
deleted file mode 100644
index f307ca6..0000000
--- a/src/main/resources/mixins.perspectivemod.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "required": true,
- "minVersion": "0.7.10",
- "package": "me.djtheredstoner.perspectivemod.mixins",
- "refmap": "mixins.perspectivemod.refmap.json",
- "target": "@env(DEFAULT)",
- "compatibilityLevel": "JAVA_8",
- "mixins": [
- "MixinEntityRenderer",
- "MixinRenderManager"
- ]
-} \ No newline at end of file