1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-31 20:56:40 +00:00
Files
GeyserOptionalPack/render_controllers/armor_stand.render_controllers.json
2021-03-01 13:09:48 -05:00

23 lines
593 B
JSON
Executable File

{
"format_version": "1.8.0",
"render_controllers": {
"controller.render.armor_stand": {
"geometry": "geometry.default",
"part_visibility": [
{ "*": true },
{ "geyser_leftarm": "!(query.is_angry)" },
{ "geyser_rightarm": "!(query.is_angry)" },
{ "geyser_baseplate": "!(query.is_admiring)" }
],
"materials": [ { "*": "Material.default" } ],
"textures": [ "texture.default" ],
"overlay_color": {
"r": "this",
"g": "this",
"b": "this",
"a": "0.0"
}
}
}
}