We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the only way to use custom textures is to replace those in mods/default/textures.
mods/default/textures
However, this only works for blocks/items textures.
A real texture pack system should be able to:
Once it's done, replace every textures by Faithful 32x ones, and provide a way to use original Minecraft textures from a legit copy of the game.
The text was updated successfully, but these errors were encountered:
Basic texture pack system added (see #34).
a9556c4
The last commit added the possiblity to load a texture pack with -t/--texture-pack.
-t
--texture-pack
The next step will be to do all the things mentioned above.
Sorry, something went wrong.
93308c9
No branches or pull requests
Currently, the only way to use custom textures is to replace those in
mods/default/textures
.However, this only works for blocks/items textures.
A real texture pack system should be able to:
Once it's done, replace every textures by Faithful 32x ones, and provide a way to use original Minecraft textures from a legit copy of the game.
The text was updated successfully, but these errors were encountered: