31 lines
718 B
JSON
31 lines
718 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "structool:blockoverlay_yz",
|
|
"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": 1
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [0.5, 0.5],
|
|
"facing_camera_mode": "emitter_transform_yz"
|
|
},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [0, 0, 0, 0.5]
|
|
}
|
|
}
|
|
}
|
|
} |