1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-27 04:38:56 +00:00
bedrock-samples/resource_pack/render_controllers/tropicalfish.render_controllers.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

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