diff options
author | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-09-09 10:15:38 -0400 |
---|---|---|
committer | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-09-09 10:16:13 -0400 |
commit | bed926539ae75971011a44a7022b215ab9ffcf29 (patch) | |
tree | a9610603db6f4df60a86f1fb81cf0ecc53b2b552 /src/main/resources/mixins.djperspectivemod.json | |
parent | 07c0bb61e381293fc85ecf9ad01ab727e00efb00 (diff) | |
download | PerspectiveModv4-bed926539ae75971011a44a7022b215ab9ffcf29.tar.gz PerspectiveModv4-bed926539ae75971011a44a7022b215ab9ffcf29.tar.bz2 PerspectiveModv4-bed926539ae75971011a44a7022b215ab9ffcf29.zip |
Did someone say ASM Rewrite???!!!
Diffstat (limited to 'src/main/resources/mixins.djperspectivemod.json')
-rw-r--r-- | src/main/resources/mixins.djperspectivemod.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/resources/mixins.djperspectivemod.json b/src/main/resources/mixins.djperspectivemod.json deleted file mode 100644 index 4244d13..0000000 --- a/src/main/resources/mixins.djperspectivemod.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "required": true, - "minVersion": "0.7.10", - "package": "me.djtheredstoner.perspectivemod.mixins", - "refmap": "mixins.djperspectivemod.refmap.json", - "target": "@env(DEFAULT)", - "compatibilityLevel": "JAVA_8", - "mixins": [ - "MixinEntityRenderer", - "MixinMinecraft", - "MixinRenderManager" - ] -}
\ No newline at end of file |