mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
a3b394c507
Initial layout
36 lines
1017 B
JSON
36 lines
1017 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.tropicalfish": {
|
|
"arrays": {
|
|
"geometries": {
|
|
"Array.models": [ "Geometry.typeA", "Geometry.typeB" ]
|
|
},
|
|
"textures": {
|
|
"Array.types": [ "Texture.typeA", "Texture.typeB" ],
|
|
"Array.patterns": [
|
|
"Texture.aPattern1",
|
|
"Texture.aPattern2",
|
|
"Texture.aPattern3",
|
|
"Texture.aPattern4",
|
|
"Texture.aPattern5",
|
|
"Texture.aPattern6",
|
|
"Texture.bPattern1",
|
|
"Texture.bPattern2",
|
|
"Texture.bPattern3",
|
|
"Texture.bPattern4",
|
|
"Texture.bPattern5",
|
|
"Texture.bPattern6"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Array.models[variable.TropicalFish.Base]",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [
|
|
"Array.types[variable.TropicalFish.Base]",
|
|
"Array.patterns[variable.TropicalFish.Pattern]"
|
|
]
|
|
}
|
|
}
|
|
}
|