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 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 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",