UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

7 lines (6 loc) 234 B
export * as Commands from "./commands"; export * as Objective from "./objective"; export * as Structures from "./structures"; export * as Tag from "./tag"; export * as TickingArea from "./tickingarea"; export * from "./general-info";