From 5efb509aeaea18860af4b78219daa9da19c16d65 Mon Sep 17 00:00:00 2001 From: Tschipp <11649893+Tschipp@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:50:03 +0200 Subject: [PATCH] Fixed crash with amecs --- Fabric/build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Fabric/build.gradle b/Fabric/build.gradle index 2e2c455..4320a9c 100644 --- a/Fabric/build.gradle +++ b/Fabric/build.gradle @@ -36,8 +36,8 @@ dependencies { include implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixinextras_version}") annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixinextras_version}") - modImplementation "de.siphalor:amecsapi-1.19:1.3.9+mc1.19.4" - include "de.siphalor:amecsapi-1.19:1.3.9+mc1.19.4" + modImplementation "de.siphalor:amecsapi-1.20:1.5.0+mc1.20-pre1" + include "de.siphalor:amecsapi-1.20:1.5.0+mc1.20-pre1" } loom { diff --git a/gradle.properties b/gradle.properties index ece066d..217e703 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=2.1.0 +version=2.1.1 group=tschipp.carryon # Common