From 6b5d21cd561906f17da4359242d21996c8102d05 Mon Sep 17 00:00:00 2001 From: SBytes <72693226+StormyBytes@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:16:07 +0700 Subject: [PATCH] Use 1.16.5 branch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49fca03..28d1989 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. - modImplementation "com.github.MeteorDevelopment:meteor-client:v0.4.4" + modImplementation "com.github.MeteorDevelopment:meteor-client:1.16.5-cont-SNAPSHOT" } processResources {