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

🍀 A lgou2w Minecraft NBT library for Javascript

License

Notifications You must be signed in to change notification settings

lgou2w/l2nbt.js

Repository files navigation

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