From 0078f0e7860d1ea12a4ab84fa9bfe6ad8a421b09 Mon Sep 17 00:00:00 2001 From: Semmieboy YT Date: Sat, 30 Jul 2022 11:11:39 +0200 Subject: [PATCH] Update to 1.19.1 --- build.gradle | 6 ++++-- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 97b3fd1..73896c6 100644 --- a/build.gradle +++ b/build.gradle @@ -20,13 +20,15 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modApi("me.shedaniel.cloth:cloth-config-fabric:7.0.65") { + modApi("me.shedaniel.cloth:cloth-config-fabric:8.0.75") { exclude(group: "net.fabricmc.fabric-api") } - include("me.shedaniel.cloth:cloth-config-fabric:7.0.65") { + include("me.shedaniel.cloth:cloth-config-fabric:8.0.75") { exclude(group: "net.fabricmc.fabric-api") } + + modApi("com.terraformersmc:modmenu:4.0.5") } processResources { diff --git a/gradle.properties b/gradle.properties index b83cb14..2fda53d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19.1-pre3 -yarn_mappings=1.19.1-pre3+build.1 +minecraft_version=1.19.1 +yarn_mappings=1.19.1+build.4 loader_version=0.14.8 # Mod Properties -mod_version=1.2.0 +mod_version=1.2.1 maven_group=semmiedev archives_base_name=disc_jockey # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.57.1+1.19.1 +fabric_version=0.58.5+1.19.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3f91053..542494a 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.1-rc.1", + "minecraft": ">=1.19-beta.5 <=1.19.1", "modmenu": "*" } }