mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-28 17:49:00 +00:00
19 lines
534 B
JSON
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" }
|
|
]
|
|
}
|
|
}
|
|
}
|