config library implementation

This commit is contained in:
2025-11-06 22:37:53 +01:00
parent bd74bce522
commit 76ed28afeb
16 changed files with 15 additions and 556 deletions

View File

@@ -10,7 +10,6 @@ base {
archivesName = project.archives_base_name
}
repositories {
maven {
name = "Terraformers"
@@ -25,8 +24,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
modImplementation "com.kasetoatz:dumbassconfiglib:1.0"
}
processResources {