File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ org.gradle.jvmargs=-Xmx2G \
99
1010# Core NeoForge properties
1111minecraft_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
1515neoForge.parchment.minecraftVersion =1.21
1616neoForge.parchment.mappingsVersion =2024.07.28
You can’t perform that action at this time.
0 commit comments