From 8e548b389660b6ee4f1ed362f14485182b5c7775 Mon Sep 17 00:00:00 2001 From: xjboss Date: Sat, 22 Jul 2017 19:54:55 +0800 Subject: [PATCH] Change KBootstrap to KBootstrapX --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e83be5..c8965aa 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ configurations { } dependencies { - bootstrap 'pw.prok:KBootstrap:0.2.+' + bootstrap 'pw.prok:KBootstrapX:0.2.+' libraries 'net.minecraft:launchwrapper:1.12@jar' libraries 'org.ow2.asm:asm-all:5.0.3'