mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-29 15:59:00 +00:00
14 lines
371 B
JSON
14 lines
371 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"render_controllers": {
|
|
"controller.render.harness": {
|
|
"geometry": "Geometry.default",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Texture.default" ],
|
|
"part_visibility": [
|
|
{ "goggles_up": "!query.has_player_rider" },
|
|
{ "goggles": "query.has_player_rider" }
|
|
]
|
|
}
|
|
}
|
|
} |