Monday, August 15, 2011

Where is the "terrian.png" File Located in Linux

Question

I have tried to search for it in my home directory and my .minecraft directory with out any success. find / -name terrian.png also outputs nothing. Does anyone know where Minecraft stores the terrain.png on Linux?

Answer

~/.minecraft/bin/minecraft.jar - it's inside the jar archive. If you use a texturepack, then it's in its zip file in ~/.minecraft/texturepacks instead. For more info take a look here.

No comments:

Post a Comment