From c8975d1b237e2ee59b5d1bc8b58f875dc93df3d9 Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Sat, 31 Jul 2021 12:27:03 +0200 Subject: [PATCH 1/3] Add issues and homepage tags to the fabric.mod.json file. --- src/main/resources/fabric.mod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 16e8018..245f30d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -6,7 +6,9 @@ "description": "360 Degree Perspective/Cheatbreaker F5 Mod for modern Minecraft", "authors": ["Cynosphere"], "contact": { - "sources": "https://github.com/BackportProjectMC/PerspectiveModRedux" + "sources": "https://github.com/BackportProjectMC/PerspectiveModRedux", + "issues": "https://github.com/BackportProjectMC/PerspectiveModRedux/issues", + "homepage": "https://www.curseforge.com/minecraft/mc-mods/perspective-mod-redux" }, "license": "MIT", "environment": "client", From da041b4926c32e8329730786b192453fb6104303 Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:59:50 +0200 Subject: [PATCH 2/3] Update gradle.properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 249ede6..578cf8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G +org.gradle.jvmargs=-Xmx2G # Fabric Properties minecraft_version=1.17 @@ -17,4 +17,4 @@ modmenu_version=2.0.0-beta.7 # Mod Properties mod_version = 0.0.5_01 maven_group = pm.c7.perspective -archives_base_name = PerspectiveModRedux \ No newline at end of file +archives_base_name = PerspectiveModRedux From 6728ad01a8a412450e41bdbe24cbf4059710accb Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:00:10 +0200 Subject: [PATCH 3/3] Update gradle-wrapper.properties --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0f80bbf..ffed3a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists