You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched every jar file in my MC install, both where I have the launcher (C:\Games\Minecraft) and in my AppDir, and none of them contains terrain.png.
for i in find . -name '*.jar'; do unzip -v $i | grep -i terrain | grep -v terraingen ; done
I am also not using a texture pack. So where am I supposed to get terrain.png? I remember last time I ran into this I found someplace where someone else had uploaded it, I never did find it in my install.
The text was updated successfully, but these errors were encountered:
@drinkypoo Newer versions of minecraft no longer include terrain.png file. You can donwload older version through launcher (probably 1.3 or earlier, maybe 1.5 might still contain it) and search inside of that one.
Or just google one.
If you intend to use pigmap for newer versions of minecraft, you might as well check different branch, that does not need terrain.png and supports most of the new blocks (up to 1.9 snapshots). Though that one would require most textures from *.jar file and might seem more comlicated to setup.
Looks like development on pigmap is dead so your only option is to fork it and fix it or use someone else's fork or acquire the terrain.png, which means it won't support newer blocks.
I have searched every jar file in my MC install, both where I have the launcher (C:\Games\Minecraft) and in my AppDir, and none of them contains terrain.png.
for i in
find . -name '*.jar'
; do unzip -v $i | grep -i terrain | grep -v terraingen ; doneI am also not using a texture pack. So where am I supposed to get terrain.png? I remember last time I ran into this I found someplace where someone else had uploaded it, I never did find it in my install.
The text was updated successfully, but these errors were encountered: