diff --git a/build.gradle b/build.gradle index 2b6a5818..df28b960 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ repositories { maven { url "https://maven.dblsaiko.net/" } maven { url "http://server.bbkr.space:8081/artifactory/libs-release/" } maven { url "https://maven.fabricmc.net/" } + maven { url 'https://jitpack.io' } jcenter() } @@ -75,7 +76,6 @@ jar { publishing { publications { mavenJava(MavenPublication) { - // add all the jars that should be included when publishing to maven artifact(remapJar) { builtBy remapJar } diff --git a/gradle.properties b/gradle.properties index f1075fa0..6f243566 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # Fabric Properties # check these on https://fabricmc.net/use minecraft_version = 1.16.3 - yarn_mappings = 28 + yarn_mappings = 47 loader_version = 0.10.1+build.209 # Mod Properties @@ -14,7 +14,7 @@ # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version = 0.23.0+build.410-1.16 + fabric_version = 0.24.0+build.411-1.16 cloth_config_version = 4.8.2 cloth_events_version = 1.4.5 canvas_version = 1.0.989