From ee510adc4b8006802ecdb35448de5bfcad9deb3e Mon Sep 17 00:00:00 2001 From: Tschipp <11649893+Tschipp@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:56:17 +0200 Subject: [PATCH] stopped shipping amecs --- Fabric/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Fabric/build.gradle b/Fabric/build.gradle index b211105..a18d6f8 100644 --- a/Fabric/build.gradle +++ b/Fabric/build.gradle @@ -33,8 +33,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}" implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1' implementation project(":Common") - modImplementation "de.siphalor:amecsapi-1.19:1.5.0+mc22w17a" - include "de.siphalor:amecsapi-1.19:1.5.0+mc22w17a" + modRuntimeOnly "de.siphalor:amecsapi-1.19:1.5.0+mc22w17a" include implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixinextras_version}") annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixinextras_version}") }