first commit

This commit is contained in:
Patrick
2026-05-01 19:12:47 +02:00
commit d44985347f
46 changed files with 2950 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}