1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00
Files
GeyserOptionalPack/render_controllers/iron_golem.render_controllers.json

24 lines
617 B
JSON
Executable File

{
"format_version": "1.8.0",
"render_controllers": {
"controller.render.iron_golem": {
"arrays": {
"textures": {
"Array.top": [
"Texture.crackiness_high",
"Texture.crackiness_medium",
"Texture.crackiness_low",
"Texture.crackiness_none"
]
}
},
"geometry": "Geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [
"Texture.bottom_layer",
"Array.top[(q.health > 99 || !q.is_bribed) ? 3 : math.floor(q.health / 25)]"
]
}
}
}