minecraft-textures
TypeScript icon, indicating that this package has built-in type declarations

1.21.4 • Public • Published

Minecraft Textures

This is a library containing all the textures I use for my generators.

Textures from 1.12 to 1.21.4 currently available.

npm install minecraft-textures

Example Usage:

import hasVersion from 'minecraft-textures';
const version = '1.21';
if (hasVersion(version)) {
  const textures = await import(
    `minecraft-textures/dist/textures/json/${version}.json`
  );
}

Update Notes

1.20

  • The ordering of the JSON files have been updated to match the order of the items in the Search Items creative tab.

1.17

  • The file names were updated to be the actual version (i.e. 1.17.ts rather than 117.ts)

1.16

License

Please credit destruc7i0n (https://thedestruc7i0n.ca) if you use this. Its not required, but is appreciated.

The Minecraft item icons are owned by Mojang Studios.

This project is not affiliated with Mojang Studios.

Readme

Keywords

none

Package Sidebar

Install

npm i minecraft-textures

Weekly Downloads

35

Version

1.21.4

License

GPL-3.0

Unpacked Size

48.5 MB

Total Files

42

Last publish

Collaborators

  • destruc7i0n