UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

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