1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-05 04:04:25 +00:00
Files
bedrock-samples/resource_pack/render_controllers/pig.v3.render_controllers.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

20 lines
426 B
JSON

{
"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]" ]
}
}
}