42 lines
947 B
JSON
42 lines
947 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "construct:outline",
|
|
"basic_render_parameters": {
|
|
"material": "particles_alpha",
|
|
"texture": "textures/particle/particles"
|
|
}
|
|
},
|
|
"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": [0.2, 0.2],
|
|
"facing_camera_mode": "rotate_xyz",
|
|
"uv": {
|
|
"texture_width": 16,
|
|
"texture_height": 16,
|
|
"uv": [6, 11],
|
|
"uv_size": [1, 1]
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [
|
|
"variable.dot_color.r",
|
|
"variable.dot_color.g",
|
|
"variable.dot_color.b",
|
|
"variable.dot_color.a"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |