bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
18 lines (17 loc) • 682 B
TypeScript
export * as Animation from "./animation";
export * as AnimationController from "./animation-controller";
export * as Biome from "./biome";
export * as Block from "./block";
export * as Entity from "./entity";
export * as Feature from "./feature";
export * as FeatureRule from "./feature_rule";
export * as Item from "./item";
export * as ItemCatalog from './item_catalog';
export * as LootTable from "./loot-table";
export * as McFunction from "./mcfunction";
export * as Recipe from "./recipe";
export * as Structure from "./structure";
export * as Trading from "./trading";
export * from "./behavior-pack";
export * from "./behavior-pack-collection";
export * from "./file-type";