https://github.com/lgou2w/l2mc.js
This module has moved and is now available at
@lgou2w/mcnbt
. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
A lgou2w Minecraft NBT library for Javascript
npm install l2nbt --save
or
yarn add l2nbt
There is no default export. The correct way to import l2nbt.js
is:
import * as l2nbt from 'l2nbt'
TODO
Apache-2.0