Make this thing

This commit is contained in:
Astatin3
2024-08-17 18:03:21 -06:00
parent b1123033ec
commit 62fc3e95b2
500 changed files with 4116 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}