diff --git a/build.gradle b/build.gradle index ab55dd8..be04ae9 100644 --- a/build.gradle +++ b/build.gradle @@ -20,15 +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:11.0.97") { + modApi("me.shedaniel.cloth:cloth-config-fabric:11.0.99") { exclude(group: "net.fabricmc.fabric-api") } - include("me.shedaniel.cloth:cloth-config-fabric:11.0.97") { + include("me.shedaniel.cloth:cloth-config-fabric:11.0.99") { exclude(group: "net.fabricmc.fabric-api") } - modApi("com.terraformersmc:modmenu:7.0.0-beta.2") + modApi("com.terraformersmc:modmenu:7.0.1") } processResources { diff --git a/gradle.properties b/gradle.properties index 2cdb210..b329217 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.20-pre1 -yarn_mappings=1.20-pre1+build.7 -loader_version=0.14.19 +minecraft_version=1.20.1 +yarn_mappings=1.20.1+build.1 +loader_version=0.14.21 # Mod Properties -mod_version=1.2.4 +mod_version=1.2.5 maven_group=semmiedev archives_base_name=disc_jockey # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.80.3+1.20 +fabric_version=0.83.0+1.20.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index aa65a64..7ecd2a7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { "fabric": "*", - "minecraft": "1.20-beta.1", + "minecraft": "1.20.*", "cloth-config": "*" } }