1.3.0 • Published 11 months ago

project-mirror-registry v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Project Mirror Registry

A NodeJS package produces template data of MCBE NBT. It can produce initial NBT data of blocks, block entitie and entities.

This package based on MCBE 1.20.

Install

npm i project-mirror-registry

Usage

const PMR = require("project-mirror-registry")
  , NBT = require("parsenbt-js");

// Returns a ParseNBT.js object with proxy
var a = PMR.createBlockEntity("command_block");
a["str>Command"] = "say Hello Minecraft!";
// Then you can put the NBT data into anywhere supports ParseNBT.js object

API

See api.md.

1.3.0

11 months ago

1.2.0

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago