mapartcraft-parser
v1.2.1
Published
A 2D .nbt schematic parser, designed for maparts outputted by rebane2001's mapartcraft.
Downloads
3
Readme
mapartcraft-parser
A 2D .nbt schematic parser, designed for maparts outputted by rebane2001's mapartcraft
See this project on npm. See this project on github.
usage
npm i mapartcraft-parser
const { parser } = require('mapartcraft-parser');
(async () => {
const data = await parser('red_sbicon.nbt')
console.log(data)
})()
examples
See test.js