#Material Instance???
1 messages · Page 1 of 1 (latest)
Once you have finished, please close your thread.
What do you want me to help you?
If you can please
Im trying to get seperate textures for seperate "bones" in my model as you can see in the image above id like to be able to change each bone texture within the terrain_texture and the file behaviour. is this possible
Yes you need to set the material instance of each bone
how would i do that
im new to bone material instances, i just usually make a whole new texture instead of specifying the bone textures
how would i find that its not on my blockbench
nvm, found it
and how would i add that in the terrain_texture.json?
You need to add it to your material instances component
could you give me an example please ive never really done instances & bone textures like this
after you set the material instance in blockbench add this to you block json
"*": {
"texture": "<texture name here>",
"render_method": "alpha_test"
}
"<the material instance name you set here>": {
"texture": "<other texture name here>",
"render_method": "alpha_test"
}
},```
Awesome thanks
How do get the material instance button to work. No matter what I try it never appears.
Thanks. I've done all that. Still.doesnt work