├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── contents.json ├── loading_messages.json ├── manifest.json ├── pack_icon.png ├── splashes.json └── texts ├── languages.json └── zh_CN.lang /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/README.md -------------------------------------------------------------------------------- /contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/contents.json -------------------------------------------------------------------------------- /loading_messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/loading_messages.json -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/manifest.json -------------------------------------------------------------------------------- /pack_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/pack_icon.png -------------------------------------------------------------------------------- /splashes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/splashes.json -------------------------------------------------------------------------------- /texts/languages.json: -------------------------------------------------------------------------------- 1 | [ 2 | "zh_CN" 3 | ] 4 | -------------------------------------------------------------------------------- /texts/zh_CN.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ff98sha/mclangcn/HEAD/texts/zh_CN.lang --------------------------------------------------------------------------------