bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
13 lines (12 loc) • 480 B
TypeScript
export * as Animation from "./animation";
export * as AnimationController from "./animation-controller";
export * as Block from "./block";
export * as Entity from "./entity";
export * as Item from "./item";
export * as LootTable from "./loot-table";
export * as McFunction from "./mcfunction";
export * as Structure from "./structure";
export * as Trading from "./trading";
export * from "./behavior-pack";
export * from "./behavior-pack-collection";
export * from "./file-type";