bc-minecraft-bedrock-project
TypeScript icon, indicating that this package has built-in type declarations

1.20.71-14 • Public • Published

Blockception Minecraft Bedrock Project

Npm Package & Publish npm-unit-test tagged-release
npm

A project that deals with caching, summarizing minecraft bedrock data

const context: ProjectContext = {
  getDocument: (uri: string) => { ... },
  getFiles: (folder: string, ignores: MCIgnore) => { ... },
};

const Data = new ProjectData(context);

const ProjectFolder = "c:\\project\\";
const manifests = ["c:\\project\\bp\\manifest.json", "c:\\project\\rp\\manifest.json", "c:\\project\\world\\manifest.json"];

const packs = Data.addPack(manifests, ProjectFolder);

//Process documents into the pacts
Data.Process(...);
//OR
packs[0].process(...)

Contributing

First, read the contributing guide. fork the project, clone it and run the following commands:

Installation

  npm ci
  npm update

Package Sidebar

Install

npm i bc-minecraft-bedrock-project

Weekly Downloads

96

Version

1.20.71-14

License

BSD-3-Clause

Unpacked Size

408 kB

Total Files

447

Last publish

Collaborators

  • blockceptionltd
  • daanv2