2.3.3 • Published 3 years ago

json-to-nbt v2.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

OptionDefault ValueDescription
--name''Specify the name of the first compound
--compressfalseCommpresses 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
  • allow use as a lib
  • first compound naming
  • compression

Please report any bugs found in bug reports

2.3.3

3 years ago

2.3.0

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.2.2

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago