1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2026-01-04 15:31:37 +00:00

Initial commit

Co-Authored-By: Kas-tle <26531652+Kas-tle@users.noreply.github.com>
This commit is contained in:
Camotoy
2021-03-01 13:09:48 -05:00
commit 9d9d62776d
5 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"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"
}
}
}
}