diff --git a/build.gradle b/build.gradle index 802e527..edfd983 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,8 @@ repositories { } dependencies { + // TODO: Add cloth config as a jar-in-jar mod + // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" diff --git a/gradle.properties b/gradle.properties index 6935b83..df7ff85 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,12 +2,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19-rc1 -yarn_mappings=1.19-rc1+build.2 +minecraft_version=1.19-rc2 +yarn_mappings=1.19-rc2+build.1 loader_version=0.14.6 # Mod Properties mod_version=1.2.0 -maven_group=semmieboy_yt +maven_group=semmiedev archives_base_name=disc_jockey # Dependencies # check this on https://modmuss50.me/fabric.html diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d40d430..cf7e51b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { "fabric": "*", - "minecraft": ">=1.19-beta.5 <=1.19-rc.1", + "minecraft": ">=1.19-beta.5 <=1.19-rc.2", "modmenu": "*" } }