Initial commit

This commit is contained in:
2025-11-06 22:40:04 +01:00
commit 5230e11f20
22 changed files with 1023 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/'
}
gradlePluginPortal()
}
}
rootProject.name = "dumbassconfiglib"