First Push, yay

This commit is contained in:
2026-07-05 19:26:33 +02:00
parent f46a0d60bc
commit eaeb467db9
12 changed files with 262 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}