Skip to content

Commit

Permalink
build: update mdg and neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 15, 2024
1 parent 4888673 commit 0e9378f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ minecraft = "1.21.1"
adventurePlatformFabric = "5.14.1"
adventurePlatformNeoforge = "6.0.0"
mixin = "0.8.7"
neoforge = "21.1.61"
neoforge = "21.1.71"

# buildSrc
indra = "3.1.3"
Expand Down
4 changes: 2 additions & 2 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ neoForge {
runs {
register("client") {
client()
mods.set(emptySet()) // Work around classpath issues by using the production jar for dev runs
loadedMods.set(emptySet()) // Work around classpath issues by using the production jar for dev runs
}
register("server") {
server()
mods.set(emptySet()) // Work around classpath issues by using the production jar for dev runs
loadedMods.set(emptySet()) // Work around classpath issues by using the production jar for dev runs
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
id("quiet-fabric-loom") version "1.7-SNAPSHOT"
id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("net.neoforged.moddev.repositories") version "2.0.26-beta"
id("net.neoforged.moddev.repositories") version "2.0.42-beta"
}

rootProject.name = "TabTPS"
Expand Down

0 comments on commit 0e9378f

Please sign in to comment.