From 7bfafc27be3f353bb09b56ccbb41f90cb11a6a91 Mon Sep 17 00:00:00 2001 From: TGGamesYT Date: Sun, 22 Mar 2026 17:36:00 +0100 Subject: [PATCH] chesslib depencies --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index cce49c7..889bdf8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,7 @@ repositories { name = "Terraformers" url = "https://maven.terraformersmc.com/" } + maven { url '[https://jitpack.io](https://jitpack.io)' } // Add repositories to retrieve artifacts from in here. // You should only use this when depending on other mods because // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. @@ -49,6 +50,8 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}") + + implementation 'com.github.bhlangonijr:chesslib:1.3.6' } processResources {