This commit is contained in:
Patrick
2026-06-14 00:55:44 +02:00
parent c4c401bd88
commit e909f4b89d
6 changed files with 73 additions and 2 deletions
+3
View File
@@ -15,6 +15,7 @@ repositories {
maven { url 'https://maven.wispforest.io/releases/' }
maven { url 'https://jitpack.io' }
maven { url = "https://cursemaven.com" }
maven { url 'https://maven.izzel.io/releases/' }
}
dependencies {
@@ -24,6 +25,8 @@ dependencies {
implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
implementation "curse.maven:modern-ui-352491:8206272"
implementation "icyllis.modernui:ModernUI-Fabric:26.1.2-3.13.0.4"
implementation "icyllis.arc3d:arc3d-core:2026.1.0"
}
processResources {