This commit is contained in:
lukasabbe
2026-01-20 23:44:17 +01:00
commit ec95cac4c1
14 changed files with 461 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}