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/bee.render_controllers.json
Mike Ammerlaan 311d63c934 v1.19.50.2
2022-11-29 09:27:52 -08:00

21 lines
564 B
JSON

{
"format_version": "1.8.0",
"render_controllers": {
"controller.render.bee": {
"arrays": {
"textures": {
"array.skins": [
"texture.default",
"texture.nectar",
"texture.angry",
"texture.angry_nectar"
]
}
},
"geometry": "Geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [ "array.skins[query.property('minecraft:has_nectar') + query.is_angry * 2]" ]
}
}
}