Colin Yang

Results 4 issues of Colin Yang

Can we add line number to the `code` field?

help wanted
feature request

- 配置原因平时都是开小窗玩,然后发现似乎出现了识别问题 - 然后同时下面三个按钮都看不见了 - log可以在哪找得到呢 ![image](https://user-images.githubusercontent.com/22613139/141096612-10ea8696-ceac-463b-9a21-a47e0b96441a.png)

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.