diff --git a/gradle.properties b/gradle.properties index 5794d56..800e481 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G +org.gradle.jvmargs=-Xmx2G # Fabric Properties -# check these on https://modmuss50.me/fabric.html +# check these on https://fabricmc.net/versions.html minecraft_version=1.17 yarn_mappings=1.17+build.7 loader_version=0.11.3 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 573fe49..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 \ No newline at end of file +zipStorePath=wrapper/dists diff --git a/omega-config-base/src/main/resources/fabric.mod.json b/omega-config-base/src/main/resources/fabric.mod.json index d3f015e..13c403a 100644 --- a/omega-config-base/src/main/resources/fabric.mod.json +++ b/omega-config-base/src/main/resources/fabric.mod.json @@ -8,7 +8,11 @@ "Draylar", "Frqnny" ], - "contact": {}, + "contact": { + "homepage": "https://github.com/Draylar/omega-config", + "sources": "https://github.com/Draylar/omega-config", + "issues": "https://github.com/Draylar/omega-config/issues" + }, "license": "MIT", "environment": "*", "mixins": [ @@ -18,5 +22,10 @@ "fabricloader": "*", "fabric": "*", "minecraft": "*" - } + }, + "custom": { + "modmenu": { + "badges": [ "library" ] + } + } } diff --git a/omega-config-gui/src/main/resources/fabric.mod.json b/omega-config-gui/src/main/resources/fabric.mod.json index a4b16f6..bfef223 100644 --- a/omega-config-gui/src/main/resources/fabric.mod.json +++ b/omega-config-gui/src/main/resources/fabric.mod.json @@ -7,7 +7,11 @@ "authors": [ "Draylar" ], - "contact": {}, + "contact": { + "homepage": "https://github.com/Draylar/omega-config", + "sources": "https://github.com/Draylar/omega-config", + "issues": "https://github.com/Draylar/omega-config/issues" + }, "license": "MIT", "environment": "*", "mixins": [ @@ -17,5 +21,10 @@ "fabricloader": "*", "fabric": "*", "minecraft": "*" - } + }, + "custom": { + "modmenu": { + "badges": [ "library" ] + } + } }