UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

20 lines 798 B
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 Script from './script'; export * as Structure from './structure'; export * as Trading from './trading'; export * as VoxelShape from './voxel-shape'; export * from './behavior-pack'; export * from './behavior-pack-collection'; export * from './file-type'; //# sourceMappingURL=index.d.ts.map