1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-09 02:24:50 +00:00
Files
bedrock-samples/resource_pack/render_controllers/pig.v3.render_controllers.json

20 lines
426 B
JSON
Raw Normal View History

2025-03-25 09:13:19 -07:00
{
"format_version": "1.8.0",
"render_controllers": {
"controller.render.pig.v3": {
"arrays": {
"textures": {
"Array.default": [
"Texture.default",
"Texture.warm",
"Texture.cold"
]
}
},
"geometry": "Geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [ "Array.default[v.index]" ]
}
}
}