Skip to content

Commit

Permalink
Update to ModDevGradle 2
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jan 17, 2025
1 parent 157303a commit 592a8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id("net.neoforged.moddev") version "1.0.11"
id("net.neoforged.moddev.repositories") version "1.0.11"
id("net.neoforged.moddev") version "2.0.74"
id("net.neoforged.moddev.repositories") version "2.0.74"
id("com.diffplug.spotless") version "7.0.1"
}
}
Expand Down Expand Up @@ -88,7 +88,7 @@ run {
version("minecraft", mc)

val nf = mc.substringAfter('.')
version("neoforge", "${nf + (if (!nf.contains('.')) ".0" else "")}.91")
version("neoforge", "${nf + (if (!nf.contains('.')) ".0" else "")}.95")
version("parchment", "2024.07.28")

version("ae2", "19.1.3-beta")
Expand Down

0 comments on commit 592a8bd

Please sign in to comment.