From 031f3ca908bb527ac73c4c8c26a751b4af5346bd Mon Sep 17 00:00:00 2001 From: Aleksey Date: Fri, 16 Oct 2020 09:43:56 +0300 Subject: [PATCH] Updated API and mappings --- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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