UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

19 lines (18 loc) 181 B
/** * */ export interface AnimationCarrier<T> { /** * */ animations: T; } /** * */ export interface MolangCarrier<T> { /** * */ molang: T; }