CobbleSync Template Code

This commit is contained in:
2025-05-06 15:06:07 -04:00
commit 568907dc16
19 changed files with 851 additions and 0 deletions

11
settings.gradle Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}