Skip to content

Blockception/BC-Minecraft-Bedrock-Vanilla-Data

Blockception Minecraft Bedrock Vanilla Data

Npm Test Npm Package & Publish Creating typescript includes
npm npm bundle size

A Typescript library that provides vanilla minecraft bedrock data

const entity = MinecraftData.BehaviorPack.getEntity("minecraft:creeper");

MinecraftData.General.Effect.includes("speed");
MinecraftData.ResourcePack.getAnimation("...");

MinecraftData.vanilla.ResourcePack.animations.foreach(Animation=>...);
MinecraftData.edu.ResourcePack.animations.foreach(Animation=>...);

Contributing

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

Installation

  npm ci
  npm update