Skip to content

HyPixelic/mc-data

VersionDownloads

This repository is a small subset of the larger minecraft-data repository. It contains only the Minecraft data needed by other HyPixelic libraries, keeping the package way smaller.

✨ Quick Start

npm » npx jsr add @hypixelic/mc-data
pnpm » pnpm dlx jsr add @hypixelic/mc-data
bun » bunx jsr add @hypixelic/mc-data

TS
import MCData from '@hypixelic/mc-data'

const items = MCData['1.8'].items

NOTE

This project is not affiliated with or endorsed by Hypixel, Inc.

Released under the MIT License.
Inspired by Hypixel-API-Reborn.