[0.4.8] Texture pack selection
For 0.4.8, there will be texture pack selection in the main menu. Texture pack folders should be put in the textures/ folder, and the main menu allows to choose the texture pack.
Moreover, the "all" folder is removed, and will be shown as a texture pack. The "server" folder (and texture pack) are textures that the server will send to client.
Example structure:
For texture pack creators:
- there should be a "info.txt" file in the texture pack folder, that will hold information on the texture pack that will be displayed
- there should be a "screenshot.png" that will be a screenshot of the TP. Its format must be 4:3 (at least 160×120).
Moreover, the "all" folder is removed, and will be shown as a texture pack. The "server" folder (and texture pack) are textures that the server will send to client.
Example structure:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
textures/
├── HDX/
│ ├── info.txt
│ ├── screenshot.png
│ ├── default_wood.png
│ └── ...
└── Misa/
├── info.txt
├── screenshot.png
├── default_brick.png
└── ...
For texture pack creators:
- there should be a "info.txt" file in the texture pack folder, that will hold information on the texture pack that will be displayed
- there should be a "screenshot.png" that will be a screenshot of the TP. Its format must be 4:3 (at least 160×120).
