Fixed license

This commit is contained in:
lukasabbe
2026-02-10 15:16:27 +01:00
commit 4cd0a655cb
20 changed files with 2279 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}