소스 검색

Gave launch configs proper names.

Tyler Hancock 4 년 전
부모
커밋
5920eccec2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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