]> git.lizzy.rs Git - LightOverlay.git/blobdiff - fabric/build.gradle
1.16
[LightOverlay.git] / fabric / build.gradle
index dde613c9b1f1c7fe9236151c3e54f4173d26f317..c4e979dad728f2a3d99840cd7a2a56f77a709270 100755 (executable)
@@ -15,22 +15,23 @@ processResources {
 
 repositories {
     jcenter()
+    maven { url "https://dl.bintray.com/shedaniel/legacy-yarn-updated" }
 }
 
 dependencies {
     minecraft "com.mojang:minecraft:${rootProject.fabric_minecraft_version}"
-    mappings "net.fabricmc:yarn:${rootProject.fabric_minecraft_version}+build.${rootProject.yarn_build}:v2"
+    mappings "me.shedaniel:legacy-yarn:${rootProject.yarn_build}:v2"
     modCompile "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
 
     modCompile "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
-    modCompile("me.shedaniel.cloth:cloth-events:${rootProject.cloth_events_version}") {
+    modCompile("me.shedaniel.cloth.api:cloth-client-events-v0:${rootProject.cloth_version}") {
         transitive = false
     }
     modImplementation("me.shedaniel.cloth:config-2:${rootProject.cloth_config_version}")
     modImplementation("io.github.prospector:modmenu:${rootProject.modmenu_version}") {
         transitive = false
     }
-    include("me.shedaniel.cloth:cloth-events:${rootProject.cloth_events_version}") {
+    include("me.shedaniel.cloth.api:cloth-client-events-v0:${rootProject.cloth_version}") {
         transitive = false
     }
     include("me.shedaniel.cloth:config-2:${rootProject.cloth_config_version}") {