This package has been deprecated

Author message:

Use package objecttonbt

json-to-nbt
TypeScript icon, indicating that this package has built-in type declarations

2.3.3 • Public • Published

json-to-nbt

A converter to convert json to nbt!

install

npm i json-to-nbt -g

Usage

cli

json-to-nbt <file>
json-to-nbt <path to file>

cli options

Option Default Value Description
--name '' Specify the name of the first compound
--compress false Commpresses the nbt file with gzip

javascript

const { jsonToNBT } = require('json-to-nbt');

typescript

import { jsonToNBT } from 'json-to-nbt';

Development

  • [ ] split fuctions into mutilple files
  • [x] allow use as a lib
  • [x] first compound naming
  • [X] compression

Please report any bugs found in bug reports

Readme

Keywords

Package Sidebar

Install

npm i json-to-nbt

Weekly Downloads

1

Version

2.3.3

License

MIT

Unpacked Size

103 kB

Total Files

16

Last publish

Collaborators

  • jakobg1215