5

Help me please

sulfurlord69 8/4/26 9:58 am
53
8/5/2026 10:24 pm
i do not know how to make textures for things please [​HELP ME]
Posted by
sulfurlord69
Level 2 : Apprentice Miner
1

  Have something to say?

JoinSign in

4

ScotsMiser
08/05/2026 10:24 pm
Level 71 : Legendary Miner
https://github.com/InventivetalentDev/minecraft-assets is another source for base/vanilla textures

For actually making the new textures, any graphics program that will output .png files will work.
[Likely best to start with a program with which you are already familiar. At the upper end, I prefer GIMP - GNU Image Manipulation Program a legally free program (under a General Public License v3 & later), but that preference is hardly universal. ]

For how to get the texture pngs into the game https://minecraft.wiki/w/Tutorial:Creating_a_resource_pack offers a basic tutorial (Note that it syas it has not updated to reflect any meddling that occured in 1.21.10 and forward, so you will need to confirm details if working in a more recent version — mainly folder names and the pack.mcmeta syntax)
1
never ending story
08/05/2026 8:36 am
Level 1 : New Miner
just use blockbench/tyinker
2
arandomcat04
08/04/2026 10:02 am
He/Him • Level 42 : Master Writer Editor
depends on whether or not you play on java edition or bedrock
for bedrock, you can find the texture sources here, and then make your own art correspondent to the original textures and simply rename it in the correct folder.
it's pretty similar for java as well. more specificity would help me help you.
2
garlicbreathinator
08/05/2026 8:08 am
Level 33 : Artisan Loremaster owo
Faithful Team publishes the vanilla resource pack for both bedrock AND java, but you might need to look at the list of all branches to find newer versions not listed in the readme



For anyone who is not familiar, on Java Edition it is also easy to extract the data out of the game itself




Inside the appdata/.minecraft directory (or platform equivalent) is a "versions" folder which contains the .jar files of all the versions of the game you have downloaded. .jar is just a fancy name for a .zip file full of Java code, so you can rename it to .zip and unzip it to see a bunch of .class files and some folders of data. The ASSETS folder is the contents of the vanilla texture pack, and the DATA folder is the vanilla datapack. After you copy those, you can rename the .zip back to .jar, or just delete it and let the launcher redownload the version for you.
3

Welcome