fix chesslib depencies

This commit is contained in:
2026-03-22 17:41:09 +01:00
parent 7bfafc27be
commit 0bb5eb0b0f
3 changed files with 9 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ repositories {
name = "Terraformers" name = "Terraformers"
url = "https://maven.terraformersmc.com/" url = "https://maven.terraformersmc.com/"
} }
maven { url '[https://jitpack.io](https://jitpack.io)' } maven { url = 'https://jitpack.io' }
// Add repositories to retrieve artifacts from in here. // Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because // You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically. // Loom adds the essential maven repositories to download Minecraft and libraries from automatically.

View File

@@ -0,0 +1,4 @@
package dev.tggamesyt.szar;
public class ChessBlock {
}

View File

@@ -0,0 +1,4 @@
package dev.tggamesyt.szar;
public class ChessBlockEntity {
}