소스 검색

Improve default GUI title

Lortseam 4 년 전
부모
커밋
f6a0352143
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .gitignore
  2. 1 1
      lib/src/main/resources/assets/completeconfig/lang/en_us.json

+ 1 - 1
.gitignore

@@ -26,5 +26,5 @@ bin/
 
 # fabric
 
-run/
+example/run/
 /logs/

+ 1 - 1
lib/src/main/resources/assets/completeconfig/lang/en_us.json

@@ -1,3 +1,3 @@
 {
-  "completeconfig.gui.defaultTitle": "%s Config"
+  "completeconfig.gui.defaultTitle": "%s Configuration"
 }