diff --git a/build.gradle b/build.gradle index 889bdf8..8dd736d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ repositories { name = "Terraformers" 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. // You should only use this when depending on other mods because // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. diff --git a/src/main/java/dev/tggamesyt/szar/ChessBlock.java b/src/main/java/dev/tggamesyt/szar/ChessBlock.java new file mode 100644 index 0000000..184a70f --- /dev/null +++ b/src/main/java/dev/tggamesyt/szar/ChessBlock.java @@ -0,0 +1,4 @@ +package dev.tggamesyt.szar; + +public class ChessBlock { +} diff --git a/src/main/java/dev/tggamesyt/szar/ChessBlockEntity.java b/src/main/java/dev/tggamesyt/szar/ChessBlockEntity.java new file mode 100644 index 0000000..b54ee5e --- /dev/null +++ b/src/main/java/dev/tggamesyt/szar/ChessBlockEntity.java @@ -0,0 +1,4 @@ +package dev.tggamesyt.szar; + +public class ChessBlockEntity { +}