From 7918e2102865bc804b25a20aa8caafd4765b54ad Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 23 Jul 2024 00:02:36 +0200 Subject: fix skyblock recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thx to nea and vic we have our recipes back Co-Authored-By: viciscat <51047087+viciscat@users.noreply.github.com> Co-Authored-By: Linnea Gräf --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index e97585c9..0e359e1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ mod_menu_version = 11.0.0-beta.1 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) rei_version = 13.0.666 ## EMI (https://modrinth.com/mod/emi/versions) -emi_version = 1.0.22+1.20.2 +emi_version = 1.1.10+1.21 # Minecraft and Related Libraries ## McDev Annotations (https://central.sonatype.com/artifact/com.demonwav.mcdev/annotations) -- cgit