From fbc0a2b3543a5da53a2f81bb828c0877c921129a Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:18:04 +0200 Subject: [PATCH 1/4] Add "library" badge for ModMenu; Add contact tags to the fabric.mod.json file. >It aims to achieve the following goals: Be lightweight (<10 KB) for JIJ usage It's 15 KB already :) --- .../src/main/resources/fabric.mod.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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" ] + } + } } From 539d3ee1afde140d9778ebc07daf72ba60ba3f8d Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:18:37 +0200 Subject: [PATCH 2/4] Update gradle-wrapper.properties --- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From bd2cc57eb955aa30cc9411aa8442154ade6fa3af Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:20:55 +0200 Subject: [PATCH 3/4] Update fabric.mod.json --- omega-config-gui/src/main/resources/fabric.mod.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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" ] + } + } } From d15fcd0732592b42a62d779c2b5c3120cce69be1 Mon Sep 17 00:00:00 2001 From: K0RR <43277609+RDKRACZ@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:42:47 +0200 Subject: [PATCH 4/4] Update gradle.properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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