Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no jar file contains terrain.png #47

Open
ghost opened this issue Jan 19, 2016 · 2 comments
Open

no jar file contains terrain.png #47

ghost opened this issue Jan 19, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 19, 2016

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.

@akudeukie
Copy link

@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.

@syberphunk
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants