First commit

This commit is contained in:
lukasabbe
2024-07-19 17:42:12 +02:00
commit 31314430f3
13 changed files with 790 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}