Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
archives_base_name = PerspectiveModRedux
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down