mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
21 lines
564 B
JSON
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]" ]
|
|
}
|
|
}
|
|
}
|