文件名称:NBT:NBT文件格式的Python ParserWriter,它是RegionFile的容器
文件大小:180KB
文件格式:ZIP
更新时间:2024-06-14 02:31:12
Python
适用于Python的NBT库 前言 这主要是一个Named Binary Tag解析器和编写器库。 根据Markus Persson的初始规范: NBT (Named Binary Tag) is a tag based binary format designed to carry large amounts of binary data with smaller amounts of additional data. An NBT file consists of a single GZIPped Named Tag of type TAG_Compound. 当前的规范在官方的。 该库非常适合检查和编辑Minecraft数据文件。 提供的示例演示如何: 获取玩家和世界统计数据, 列出小怪,胸部内容,生物群落, 画一个简单的世界地图, 等等。 注意:此处仅提供示例,以
【文件预览】:
NBT-master
----.gitignore(141B)
----README.md(5KB)
----tests()
--------.gitignore(32B)
--------alltests.py(2KB)
--------world_test()
--------nbttests.py(4KB)
--------regiontest.mca(108KB)
--------utils.py(2KB)
--------examplestests.py(11KB)
--------downloadsample.py(12KB)
--------regiontests.py(53KB)
--------bigtest.nbt(507B)
----examples()
--------seed.py(1KB)
--------block_analysis.py(5KB)
--------chest_analysis.py(4KB)
--------generate_level_dat.py(2KB)
--------map.py(14KB)
--------regionfile_analysis.py(14KB)
--------scoreboard.py(1KB)
--------mob_analysis.py(2KB)
--------anvil_blockdata.py(2KB)
--------player_print.py(1KB)
--------biome_analysis.py(4KB)
--------utilities.py(3KB)
----world.png(41KB)
----README.txt(5KB)
----CONTRIBUTORS.txt(356B)
----LICENSE.txt(1KB)
----MANIFEST.in(177B)
----setup.py(1KB)
----doc()
--------region.rst(159B)
--------.gitignore(29B)
--------world.rst(155B)
--------conf.py(9KB)
--------releases.rst(1KB)
--------index.rst(989B)
--------documentation.rst(2KB)
--------chunk.rst(156B)
--------tests.rst(2KB)
--------nbt.rst(147B)
--------examples.rst(470B)
--------python.inv(323B)
--------Makefile(2KB)
--------specification.rst(6KB)
--------changelog.rst(9KB)
----.travis.yml(759B)
----nbt()
--------nbt.py(22KB)
--------chunk.py(12KB)
--------world.py(12KB)
--------__init__.py(506B)
--------region.py(32KB)