Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.27 KB

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.

l2nbt.js

A lgou2w Minecraft NBT library for Javascript

Install

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'

API

TODO

License

Apache-2.0