将 NBT 文件转换为 JSON,以便使用如 jq 等工具轻松处理
作者:ashhhleyyy
#35 在 #jq
6KB
jq
nbtq 可以使用 cargo 安装
nbtq
cargo
cargo install nbtq
从 plasmid 地图模板中提取区域列表
nbtq map.nbt | jq .regions[].marker
将 NBT 格式化输出到文件
nbtq example.nbt > example.json
~6–8MB ~146K SLoC