mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-05 04:04:25 +00:00
20 lines
426 B
JSON
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]" ]
|
|
}
|
|
}
|
|
}
|