Why I cannot change the button texture? I mind the redstone buttons: stone button, wooden buttons. If i can, where and how?
Linked issues
is duplicated by 1
Comments 3
Like what Micah said above, the buttons use the same texture as their block counterpart, so if you change the texture of the block then it will change the texture of the button as well. However, you can also create a new texture, and place it in the block textures folder (found through assets > minecraft > textures > block). Then, go back to the minecraft folder and go to models > block, then to the button type that you created the texture for. Finally, remove where it says the block name, and replace it with the name of your texture file. Now you just have to compress the assets file and you should be ready to go!
The button textures are automatically the same texture as the material they are made of (e.g. stone, acacia, oak, etc.). In order to change the button texture you'd have to do something in the models or blockstates folder that I don't really know about