From 200c95e19b9f5138b8139ec625451ec99dab1b56 Mon Sep 17 00:00:00 2001 From: ronald Date: Mon, 31 Jul 2023 13:29:00 -0500 Subject: Added cloth as a jar in jar --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index f898821..2ff4b7e 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ dependencies { implementation "meteordevelopment:orbit:0.2.3" include "meteordevelopment:orbit:0.2.3" modApi "me.shedaniel.cloth:cloth-config-fabric:11.0.99" + include "me.shedaniel.cloth:cloth-config-fabric:11.0.99" include "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9" implementation "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9" annotationProcessor "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9" -- cgit