This commit is contained in:
Glitchlabs
2026-05-09 22:56:14 +02:00
commit b23c2129fc
411 changed files with 162068 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
pluginManagement {
repositories {
maven("https://maven.fabricmc.net/") {
name = "Fabric"
}
gradlePluginPortal()
}
}