Merge pull request #6 from RDKRACZ/patch-1

Add "library" badge for ModMenu; Add contact tags to the fabric.mod.json file.
This commit is contained in:
Draylar
2021-12-09 00:13:04 -06:00
committed by GitHub
4 changed files with 26 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Done to increase the memory available to gradle. # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.17 minecraft_version=1.17
yarn_mappings=1.17+build.7 yarn_mappings=1.17+build.7
loader_version=0.11.3 loader_version=0.11.3
+1 -1
View File
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
@@ -8,7 +8,11 @@
"Draylar", "Draylar",
"Frqnny" "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", "license": "MIT",
"environment": "*", "environment": "*",
"mixins": [ "mixins": [
@@ -18,5 +22,10 @@
"fabricloader": "*", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "*" "minecraft": "*"
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
} }
} }
@@ -7,7 +7,11 @@
"authors": [ "authors": [
"Draylar" "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", "license": "MIT",
"environment": "*", "environment": "*",
"mixins": [ "mixins": [
@@ -17,5 +21,10 @@
"fabricloader": "*", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "*" "minecraft": "*"
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
} }
} }