mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-13 11:14:16 +00:00
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"render_controllers": {
|
|
"controller.render.egg": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.textures": [
|
|
"Texture.default",
|
|
"Texture.warm",
|
|
"Texture.cold"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Array.textures[v.index]" ],
|
|
"filter_lighting": true
|
|
}
|
|
}
|
|
}
|