SilentChaos512 / Tutorial-Mod

Tutorial mods for Minecraft
The Unlicense
29 stars 15 forks source link

How to get .png files for textures #6

Closed Ian-Haas closed 3 years ago

Ian-Haas commented 3 years ago

This may be an elementary question but in the tutorial you said you copied the silver texture .png files from another project. Can I just copy those from this project? and what directory do they go in in order to be accessed by the data generator?

Thanks

SilentChaos512 commented 3 years ago

The textures can be found here: https://github.com/SilentChaos512/Tutorial-Mod/tree/1.16.x/src/main/resources/assets/tutorial/textures. The file and folder names need to match exactly. Be sure to make the changes to the build.gradle file here (lines 92-94) specifically.

Ian-Haas commented 3 years ago

Thanks so much. It worked out great. Thanks for the detailed tutorial.