1.3.0 • Published 7 months ago

project-mirror-registry v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.2.0

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago