boskee / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
207 stars 33 forks source link

Added support for MC 1.5 Texture Pack format #51

Closed Nebual closed 11 years ago

Nebual commented 11 years ago

Should have nearly identical performance to the single file texture.png format Still uses old texture.png if a Texture Pack isn't present, unsure if we should phase out the single file format entirely or not.

Should I commit Sphax's textures/blocks folder? Thats the only folder we're scanning so far.