UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

7 lines (6 loc) 182 B
import { Types } from "bc-minecraft-bedrock-types"; /** */ export interface Model extends Types.BaseObject { /** The name of all the bones in the model */ bones: string[]; }