From 943477143a6bea354b5339e7656a4dad1d54fbed Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 12 May 2021 19:03:22 +0100 Subject: [PATCH] Update stitch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 82518157..271b0420 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation ('org.ow2.asm:asm-util:9.1') // game handling utils - implementation ('net.fabricmc:stitch:0.5.1+build.77') { + implementation ('net.fabricmc:stitch:0.6.1') { exclude module: 'enigma' }