UNPKG

@mcdata/data

Version:

Minecraft data used in the API/Discord client.

9 lines (8 loc) 157 B
import { Biome } from './types'; export declare const biomes: { meta: { date: string; majorVersion: string; }; data: Biome[]; };