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 /gradle.properties | |
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 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..3f7861b --- /dev/null +++ b/gradle.properties @@ -0,0 +1,6 @@ +org.gradle.jvmargs=-Xmx2G + +# These are in here and not in build.gradle so that github actions can read them +modid = djperspectivemod +archivesBaseName = PerspectiveModv4 +version = 4.0
\ No newline at end of file |