bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
13 lines • 382 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';
export * from './voxel-shape';
//# sourceMappingURL=index.d.ts.map