Create the block itself

This commit is contained in:
2024-05-24 08:17:39 +02:00
commit 2aee732f7e
20 changed files with 762 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}