first commit

This commit is contained in:
Patrick
2026-06-13 23:16:14 +02:00
commit 06a061957c
9 changed files with 171 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}