To extract texture files out of Minecraft Java Edition, do the following:
-
Navigate to the folder where Minecraft is stored. The default locations are as follows:
macOS: ~/Library/Application Support/minecraft
Windows: %APPDATA%\.minecraft
Linux: ~/.minecraft
-
Open the
versions
folder/
-
Find the version you want and open the folder*
-
Unzip the version JAR that you want to extract textures from.
Recommended methods:
-
macOS:
-
Right-click the version .jar file.
-
Choose
Open With -> Archive Utility
-
Open the created folder and navigate to
assets/minecraft/textures
-
Windows
-
Duplicate the version .jar files
-
Change the file extension of the duplicated jar to
.zip
-
Double-click to open the zip file
-
Navigate to
assets\minecraft\textures
-
Linux
-
Execute in terminal:
unzip [version].jar
-
Navigate to
assets/minecraft/textures
*If you could not find the version you want, you will have to download it using the Minecraft launcher