Skip to content

Commit

Permalink
Remove local additions
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 31, 2024
1 parent 42b0b7a commit cde4bda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ neoForgeInstallations {
version = test_neoforge_version
minecraftVersion = test_minecraft_version
mainClass = "net.neoforged.fml.startup.Client"
gameDir = "D:\\PrismInstances\\All the Mods 10 - ATM10\\minecraft"
// gameDir = "D:\\PrismInstances\\Enigmatica 10 - E10\\minecraft"
}
register("server", fmlbuild.NeoForgeServerInstallation) {
version = test_neoforge_version
Expand Down Expand Up @@ -81,7 +79,6 @@ runConfigurations {
taskBefore tasks.named("installNeoForgeServer")
mainClass = "net.neoforged.fml.startup.Server"
jvmArguments.add(neoForgeInstallations.server.directory.dir("libraries").map { "-DlibraryDirectory=$it" })
workingDirectory = layout.projectDir.dir("Z:/TestServer")
}
}

Expand Down

0 comments on commit cde4bda

Please sign in to comment.