import INbtJsonItem from "./INbtJsonItem";
export default interface IBlockNbtJson {
    id: string;
    Items: INbtJsonItem[];
}
