[{PageViewPlugin}]
[Plateau_Minecraft]
!!!Abstract
!!!Topics
*where is MCA file?[1]
| Windows: %AppData%\.minecraft\saves
| Mac: 
*Basic approach
|I want to say "hello world" by using [Python]
*Analysis of existing source code
| In plateau project, in the anvil folder, in the "empty_region.py", the class "EmptyRegion" is defined and in that class, save method at 276 seems related to saving mca file.
|zlib使っているね。303行に。ここだけテストしてみるか。
*NBT?
|[https://github.com/Querz/NBT]
*Keywords
 NBT, MCA, Anvilファイルフォーマット, McRegion, Region File Format, Chunk format, 
!!!Reference
#[#1] [https://ja.minecraft.wiki/w/.minecraft]