Skip to content

Commit c2f6c80

Browse files
authored
Update NeoForge dependency & runs cleanup (#1086)
1 parent aeb9110 commit c2f6c80

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,6 @@ neoForge {
217217
server {
218218
server()
219219
systemProperty 'forge.enabledGameTestNamespaces', "modern_industrialization"
220-
programArgument '--nogui'
221-
}
222-
223-
// This run config launches GameTestServer and runs all registered gametests, then exits.
224-
// By default, the server will crash when no gametests are provided.
225-
// The gametest system is also enabled by default for other run configs under the /test command.
226-
gameTestServer {
227-
type = "gameTestServer"
228-
systemProperty 'forge.enabledGameTestNamespaces', "modern_industrialization"
229220
}
230221

231222
data {
@@ -242,6 +233,7 @@ neoForge {
242233
gameTestServer {
243234
type = "gameTestServer"
244235
gameDirectory = project.file("build/gametest")
236+
systemProperty 'forge.enabledGameTestNamespaces', "modern_industrialization"
245237
}
246238
}
247239

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ org.gradle.jvmargs=-Xmx2G \
99

1010
# Core NeoForge properties
1111
minecraft_version=1.21.1
12-
neo_version=21.1.60
13-
neo_version_range=[21.1.60, 22-)
12+
neo_version=21.1.113
13+
neo_version_range=[21.1.113, 22-)
1414
# For latest see https://parchmentmc.org/docs/getting-started
1515
neoForge.parchment.minecraftVersion=1.21
1616
neoForge.parchment.mappingsVersion=2024.07.28

0 commit comments

Comments
 (0)