diff options
author | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-09-01 10:18:01 -0400 |
---|---|---|
committer | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-09-01 10:18:01 -0400 |
commit | b6ab017f89de88a4e7c9656d62e2e12c91cab523 (patch) | |
tree | ccc8e947a77799ab7ca1b31fb1b9faae014c8beb /src/main/resources | |
parent | 2dd36367ec1ea8e18a0e6bc5cafbd65ac5383bde (diff) | |
download | PerspectiveModv4-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.json | 1 |
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 |