mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
a3b394c507
Initial layout
27 lines
789 B
JSON
27 lines
789 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.creeper_armor": {
|
|
"geometry": "Geometry.charged",
|
|
"part_visibility": [
|
|
{ "*": "query.is_powered" }
|
|
],
|
|
"materials": [ { "*": "Material.charged" } ],
|
|
"textures": [ "Texture.charged" ],
|
|
"overlay_color": {
|
|
"r": 1.0,
|
|
"g": 1.0,
|
|
"b": 1.0,
|
|
"a": 1.0
|
|
},
|
|
"uv_anim": {
|
|
"offset": [ "(query.is_powered) ? (Math.floor(query.life_time * 20.0) + query.frame_alpha) * 0.01 : 0.0",
|
|
"(query.is_powered) ? (Math.floor(query.life_time * 20.0) + query.frame_alpha) * 0.01 : 0.0" ],
|
|
"scale": [ 1.0, 1.0 ]
|
|
},
|
|
"light_color_multiplier": 0.5,
|
|
"ignore_lighting" : true
|
|
}
|
|
}
|
|
}
|