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 }