Want to have more random textures, help the packMaker, vote for this !
Currently, we can create multiple random 3D models and then change the textures in those 3D models.
Which is very complicated, when you just want to add a texture.
Complicated and heavy.
But there is already a file that would make it easier to do this.
In assets/minecraft/textures/blocks/azalea_leaves_flowers.png.mcmeta
This file allows you to create animated textures.
But he could do more.
Simple example : azalea_leaves_flowers.png : 
{
"variants": {
"normal": [ 0, 1, 2 ]
}
}
In this case the three textures will appear randomly.
Simple, readable.
Please sign in to leave a comment.
2 Comments