diff --git a/build.gradle b/build.gradle index bae85f9..a075a53 100644 --- a/build.gradle +++ b/build.gradle @@ -30,12 +30,16 @@ dependencies { modCompile "com.github.vbauer:yandex-translate-api:1.4.2" include "com.github.vbauer:yandex-translate-api:1.4.2" - modApi "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable" + modCompile "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable" include "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable" - modApi "me.shedaniel.cloth:config-2:4.8.1" - include "me.shedaniel.cloth:config-2:4.6.0" + modApi ("me.shedaniel.cloth:config-2:4.8.1") { + transitive = false + } + include ("me.shedaniel.cloth:config-2:4.8.1") { + transitive = false + } - modCompile("io.github.prospector:modmenu:1.14.5+build.30") + modCompile("io.github.prospector:modmenu:1.14.6+build.31") } processResources { diff --git a/gradle.properties b/gradle.properties index 79d2a91..c90a85b 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.16.1 -yarn_mappings=1.16.1+build.21 -loader_version=0.9.0+build.204 +minecraft_version=1.16.2 +yarn_mappings=1.16.2+build.21 +loader_version=0.9.2+build.206 # Mod Properties mod_version=1.0.4 maven_group=io.gitlab.jfronny archives_base_name=translater # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.16.2+build.385-1.16.1 +fabric_version=0.19.0+build.398-1.16 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 120b013..4cb7295 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,7 +28,7 @@ "depends": { "fabricloader": ">=0.9.0+build.204", "fabric": "*", - "minecraft": "1.16.1" + "minecraft": "1.16.2" }, "custom": { "modupdater": {