@klashdevelopment/mcicons
Version:
CCLeaf's Minecraft icons, 3d renders, and interfaces collection for UI development
28 lines (24 loc) • 805 B
Markdown
# MCIcons by Klash
MCIcons is a Typescript package for interfacing with [CCLeaf](https://mcicons.ccleaf.com/)'s minecraft icons and renders in HD and SD.
The package includes images from Minecraft, MC Legends, and MC Dungeons.
Install via NPM:
```bash
npm install @klashdevelopment/mcicons
```
and import icons:
```ts
import MCIcons from "@klashdevelopment/mcicons";
```
Then, use any of the icon sets:
- `items` (1074)
- `mobs` (369) - 3D from MC/MCL/MCD/Concept art
- `structures` (475) 3D from MC/MCL/MCD
- `blocks` (807)
- `paintings` (49) from MC
- `modded_weapons` (95) from MC/MCL/MCD
- `icons` (135) mainly from MCD
- `interfaces` (359) from MC/MCL/MCD
- `titles` (67)
- `backgrounds` (41) from MCD
- `gui` (47) from MC (blank UI)
- `particles` (253) from MC/MCL/MCD