bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
12 lines (11 loc) • 316 B
TypeScript
export * from "./animation";
export * from "./animation-controller";
export * from "./block";
export * from "./biome";
export * from "./entity";
export * from "./item";
export * from "./feature";
export * from "./feature_rule";
export * from './item_catalog';
export * from './recipe';
export * from './spawn_rule';