litemapy:Litemapy的目标是提供一种易于使用的方式来读取和编辑Litematica的原理图文件格式 源码
精简版 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
文件列表
litemapy-master.zip
(预估有个31文件)
litemapy-master
setup.py
1KB
.gitignore
2KB
litemapy
__init__.py
123B
storage.py
6KB
info.py
336B
tests
java_test.py
1KB
__init__.py
0B
暂无评论