UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

6 lines 167 B
import { BaseObject } from 'bc-minecraft-bedrock-types'; /** */ export interface Feature extends BaseObject { type: string; } //# sourceMappingURL=feature.d.ts.map