38 lines
983 B
JSON
38 lines
983 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "codecosmos:point",
|
|
"basic_render_parameters": {
|
|
"material": "particles_alpha",
|
|
"texture": "textures/particle/point"
|
|
}
|
|
},
|
|
"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": 0.1
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [0.25, 0.25],
|
|
"facing_camera_mode": "rotate_xyz",
|
|
"uv": {
|
|
"texture_width": 16,
|
|
"texture_height": 16,
|
|
"uv": [0, 0],
|
|
"uv_size": [16, 16]
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": ["variable.color.r ", "variable.color.g", "variable.color.b", 1]
|
|
}
|
|
}
|
|
}
|
|
}
|