From a5366a9a2fac89fa3aa28b63f465c8275c32cb60 Mon Sep 17 00:00:00 2001 From: Tschipp <11649893+Tschipp@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:08:32 +0200 Subject: [PATCH] no longer includes amecs --- Fabric/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Fabric/build.gradle b/Fabric/build.gradle index 4320a9c..fc39f3d 100644 --- a/Fabric/build.gradle +++ b/Fabric/build.gradle @@ -36,8 +36,7 @@ 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.20:1.5.0+mc1.20-pre1" - include "de.siphalor:amecsapi-1.20:1.5.0+mc1.20-pre1" + modRuntimeOnly "de.siphalor:amecsapi-1.20:1.5.0+mc1.20-pre1" } loom {