From 721a7f699288c254d778262016aac45580fc0288 Mon Sep 17 00:00:00 2001 From: Yesterday17 Date: Sat, 13 Jun 2020 11:28:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(resourcepack):=20=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=85=BC=E5=AE=B9=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=B9=81=E4=BD=93=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resourcepack/manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resourcepack/manager.ts b/src/resourcepack/manager.ts index 5bbb025..db390ad 100644 --- a/src/resourcepack/manager.ts +++ b/src/resourcepack/manager.ts @@ -90,7 +90,7 @@ export default class ResourcePackManager extends BaseManager { rep.from = [rep.from] } rep.from.forEach(key => { - all.push(key, 'jp/' + key, 'en/' + key) + all.push(key, 'chs_t/' + key, 'jp/' + key, 'en/' + key) }) rep.from = all }