UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

6 lines (5 loc) 131 B
import { Types } from "bc-minecraft-bedrock-types"; /** */ export interface Feature extends Types.BaseObject { type: string; }