Initial commit

This commit is contained in:
2026-03-23 11:14:33 +01:00
commit 0cceecdd39
24 changed files with 872 additions and 0 deletions

14
settings.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
dependencyResolutionManagement {
repositories {
mavenCentral()
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
}
}
include(":gradle-project-plugin")
include(":gradle-settings-plugin")
rootProject.name = "smcmtk"