Browse Source

Gave launch configs proper names.

Tyler Hancock 4 years ago
parent
commit
5920eccec2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build.gradle

+ 2 - 0
build.gradle

@@ -51,6 +51,7 @@ minecraft {
             workingDirectory project.file('run')
             property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
             property 'forge.logging.console.level', 'debug'
+            taskName 'ControllingClient'
             mods {
                 examplemod {
                     source sourceSets.main
@@ -61,6 +62,7 @@ minecraft {
             workingDirectory project.file('run')
             property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
             property 'forge.logging.console.level', 'debug'
+            taskName 'ControllingServer'
             mods {
                 examplemod {
                     source sourceSets.main