1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-28 17:49:00 +00:00
Files
bedrock-samples/resource_pack/render_controllers/happy_ghast.render_controllers.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

19 lines
534 B
JSON

{
"format_version": "1.10.0",
"render_controllers": {
"controller.render.happy_ghast": {
"geometry": "Geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [ "query.is_baby ? Texture.ghastling : Texture.happy_ghast" ]
},
"controller.render.happy_ghast_ropes": {
"geometry": "Geometry.ropes",
"materials": [ { "*": "Material.default" } ],
"textures": [ "Texture.ropes" ],
"part_visibility": [
{ "*": "variable.render_ropes" }
]
}
}
}