精简版 Litemapy的目标是提供一种易于使用的方式,以python读取和编辑Litematica的原理图文件格式。 是的Minecraft mod。 例子 这是创建原理图并阅读其中一个的基本示例: from litemapy import Schematic , Region , BlockState # Shortcut to create a schematic with a single region reg = Region ( 0 , 0 , 0 , 21 , 21 , 21 ) schem = reg . as_schematic ( name = "Planet" , author = "SmylerMC" , description = "Made with litemapy" ) # Create the block state we are going to us