diff options
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 0aef053..b84bf3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.9 # Mod Properties - mod_version = 1.0.0-SNAPSHOT + mod_version = 1.0.0 maven_group = ganarchy.chewstuff.mc_1_19_2 archives_base_name = chewstuff-mc1.19.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9f07af9..ba566da 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,11 +8,12 @@ "authors": [ "SoniEx2" ], - "contributors": { + "contributors": [ "torako" - }, + ], "contact": { - "sources": "https://soniex2.autistic.space/git-repos/chewstuff.git" + "sources": "https://soniex2.autistic.space/git-repos/chewstuff.git", + "ganarchy": "web+ganarchy:2d0b363fe3179087de59d9ef4a2d14af21d89071" }, "license": "0BSD", |