1.20.0 • Published 11 months ago

minecraft-textures v1.20.0

Weekly downloads
71
License
GPL-3.0
Repository
github
Last release
11 months ago

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.

1.20.0

11 months ago

1.19.0

2 years ago

1.18.1

2 years ago

1.18.0

2 years ago

1.17.0

3 years ago

1.17.0-beta.1

3 years ago

1.16.3

3 years ago

1.16.2

4 years ago

1.16.1

4 years ago

1.16.0

4 years ago

1.16.0-beta.6

4 years ago

1.16.0-beta.5

4 years ago

1.16.0-beta.4

4 years ago

1.16.0-beta.3

4 years ago

1.16.0-beta.2

4 years ago

1.16.0-beta.1

4 years ago

1.15.1

4 years ago

1.15.0

4 years ago

1.14.1

5 years ago

1.14.0

5 years ago

1.14.0-beta.2

5 years ago

1.14.0-beta.1

5 years ago

1.13.22

6 years ago

1.13.21

6 years ago

1.13.20

6 years ago

1.13.19

6 years ago

1.13.18

6 years ago

1.13.17

6 years ago

1.13.16

6 years ago

1.13.15

6 years ago

1.13.14

6 years ago

1.13.13

6 years ago

1.13.12

6 years ago

1.13.11

6 years ago

1.13.10

6 years ago

1.13.9

6 years ago

1.13.8

6 years ago

1.13.7

6 years ago

1.13.6

6 years ago

1.13.4

6 years ago

1.13.3

6 years ago

1.13.2

6 years ago

1.13.1

6 years ago

1.13.0-r8

6 years ago

1.13.0-r7

6 years ago

1.13.0-r6

6 years ago

1.13.0-r5

6 years ago

1.13.0-r4

6 years ago

1.13.0-r3

6 years ago

1.13.0-r2

6 years ago

1.13.0-r1

6 years ago