Commit of all existing code.

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