diff --git a/lom/src/main/kotlin/lom.gradle.kts b/lom/src/main/kotlin/lom.gradle.kts index 396d8f9..4eb9430 100644 --- a/lom/src/main/kotlin/lom.gradle.kts +++ b/lom/src/main/kotlin/lom.gradle.kts @@ -78,6 +78,7 @@ repositories { maven("https://maven.frohnmeyer-wds.de/mirrors") { name = "JFronny Mirrors" } + maven("https://maven.neoforged.net/releases") // this should be a mirror, but that doesn't seem to work mavenCentral() mavenLocal() }