Commit of all project code.
build / build (21) (push) Waiting to run

This commit is contained in:
2024-11-29 11:54:13 -07:00
commit e65dc91f0c
87 changed files with 1759 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}