bc-minecraft-bedrock-vanilla-data
v1.21.44
Published
A Typescript library for dealing provides vanilla minecraft data
Downloads
973
Readme
Blockception Minecraft Bedrock Vanilla Data
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