Skip to content

A library containing all the textures I use for my generators

License

Notifications You must be signed in to change notification settings

destruc7i0n/minecraft-textures

Repository files navigation

Minecraft Textures

This is a library containing all the textures I use for my generators. You're free to use it so long as you credit me (see below).

There are textures from 1.12 to 1.20 currently available.

npm install minecraft-textures

Example Usage:

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

You can also import the JSON files if you are using Node.js.

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.

The Minecraft item icons are owned by Mojang Studios.

This project is not affiliated with Mojang Studios.

About

A library containing all the textures I use for my generators

Topics

Resources

License

Stars

Watchers

Forks