36 lines
878 B
JSON
36 lines
878 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "construct:blockoverlay_xz",
|
|
"basic_render_parameters": {
|
|
"material": "particles_blend",
|
|
"texture": "textures/particle/white"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 1
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 1
|
|
},
|
|
"minecraft:emitter_shape_point": {},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": "variable.lifetime"
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": ["variable.width", "variable.height"],
|
|
"facing_camera_mode": "emitter_transform_xz"
|
|
},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [
|
|
"variable.face_color.r",
|
|
"variable.face_color.g",
|
|
"variable.face_color.b",
|
|
"variable.face_color.a"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |