feat: back to SpruceUI!

- SpruceUI is now also available for NeoForge, so I can ditch ObsidianUI and move back to an actively maintained UI library :)
This commit is contained in:
Martin Prokoph
2025-10-03 18:47:27 +02:00
parent faf24ced17
commit 6b89dbf8e5
30 changed files with 328 additions and 239 deletions

View File

@@ -24,6 +24,10 @@ subprojects {
maven {
url = "https://api.modrinth.com/maven"
}
maven {
name 'Gegy'
url 'https://maven.gegy.dev'
}
maven { url 'https://jitpack.io' }
flatDir {
dirs("../localMaven")