文件名称:minecraftmap:用于Minecraft Maps(项目)的简单Python 3编辑器(NBT格式)
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-22 18:14:49
Python
我的世界地图编辑器 用于Nine格式的Minecraft地图(项目)的简单Python 3编辑器。 允许使用Python图像库或以彩色本机格式编辑字节来编辑地图图像。 用法: import minecraftmap filepath = "/Users/spookymushroom/AppData/Roaming/.minecraft/saves/Test World/data/map_0.dat" # The False eco value indicates that __init__ should run genimage to update im (the PIL image) m = minecraftmap.Map(filepath,eco=False) # The '8' byte in Minecraft's color format is equivalent to
【文件预览】:
minecraftmap-master
----MANIFEST.in(106B)
----install instructions.txt(175B)
----README.rst(2KB)
----LICENSE.txt(1KB)
----minecraftia()
--------Minecraftia.ttf(18KB)
--------readme.txt(315B)
----setup.cfg(41B)
----setup.py(998B)
----.gitignore(62B)
----minecraftmap()
--------__init__.py(7KB)
--------constants.py(15KB)