aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorDJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com>2020-09-01 10:18:01 -0400
committerDJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com>2020-09-01 10:18:01 -0400
commitb6ab017f89de88a4e7c9656d62e2e12c91cab523 (patch)
treeccc8e947a77799ab7ca1b31fb1b9faae014c8beb /src/main/resources
parent2dd36367ec1ea8e18a0e6bc5cafbd65ac5383bde (diff)
downloadPerspectiveModv4-b6ab017f89de88a4e7c9656d62e2e12c91cab523.tar.gz
PerspectiveModv4-b6ab017f89de88a4e7c9656d62e2e12c91cab523.tar.bz2
PerspectiveModv4-b6ab017f89de88a4e7c9656d62e2e12c91cab523.zip
Bug Fixes
Exit perspective when opening a gui (#3) Exit perspective when changing vanilla perspective Add github actions build
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.djperspectivemod.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.djperspectivemod.json b/src/main/resources/mixins.djperspectivemod.json
index 1ecb9ea..4244d13 100644
--- a/src/main/resources/mixins.djperspectivemod.json
+++ b/src/main/resources/mixins.djperspectivemod.json
@@ -7,6 +7,7 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinEntityRenderer",
+ "MixinMinecraft",
"MixinRenderManager"
]
} \ No newline at end of file