From a241e43bcb3b481a97b8013f02261c85a3669841 Mon Sep 17 00:00:00 2001 From: CoolMineman <62723322+CoolMineman@users.noreply.github.com> Date: Sun, 2 Aug 2020 19:28:33 -0500 Subject: [PATCH] fix astromine version for real --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 267de6a..2c486dc 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { include "me.shedaniel.cloth:config-2:${project.cloth_version}" modImplementation "io.github.prospector:modmenu:${project.modmenu_version}" - modImplementation "com.github.Chainmail-Studios:Astromine:0c76191" + modImplementation "com.github.Chainmail-Studios:Astromine:0c761914e58c0e5a8ff3925a8afffb3016041563" } processResources {