1.21.4 • Published 5 months ago

minecraft-textures v1.21.4

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

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.

1.21.4

5 months ago

1.21.0

1 year ago

1.20.0

2 years ago

1.19.0

3 years ago

1.18.1

3 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.17.0-beta.1

4 years ago

1.16.3

4 years ago

1.16.2

5 years ago

1.16.1

5 years ago

1.16.0

5 years ago

1.16.0-beta.6

5 years ago

1.16.0-beta.5

5 years ago

1.16.0-beta.4

5 years ago

1.16.0-beta.3

5 years ago

1.16.0-beta.2

5 years ago

1.16.0-beta.1

5 years ago

1.15.1

5 years ago

1.15.0

6 years ago

1.14.1

6 years ago

1.14.0

6 years ago

1.14.0-beta.2

6 years ago

1.14.0-beta.1

6 years ago

1.13.22

7 years ago

1.13.21

7 years ago

1.13.20

7 years ago

1.13.19

7 years ago

1.13.18

7 years ago

1.13.17

7 years ago

1.13.16

7 years ago

1.13.15

7 years ago

1.13.14

7 years ago

1.13.13

7 years ago

1.13.12

7 years ago

1.13.11

7 years ago

1.13.10

7 years ago

1.13.9

7 years ago

1.13.8

8 years ago

1.13.7

8 years ago

1.13.6

8 years ago

1.13.4

8 years ago

1.13.3

8 years ago

1.13.2

8 years ago

1.13.1

8 years ago

1.13.0-r8

8 years ago

1.13.0-r7

8 years ago

1.13.0-r6

8 years ago

1.13.0-r5

8 years ago

1.13.0-r4

8 years ago

1.13.0-r3

8 years ago

1.13.0-r2

8 years ago

1.13.0-r1

8 years ago