Colin Yang
Colin Yang
- 配置原因平时都是开小窗玩,然后发现似乎出现了识别问题 - 然后同时下面三个按钮都看不见了 - log可以在哪找得到呢 
Introduction to .mcc files: https://www.reddit.com/r/technicalminecraft/comments/e4wxb6/a_new_save_file_format_for_java_edition_115_has/ Briefly, it is a type of file storing large chunks, saving them alone (.mcc) instead of inside a region file (.mca)
That's more formal, and backward compat strategy like ``` if !exist('database.json') & exists('database.txt') then rename('database.txt', 'dadtabase.json') ``` can be taken.