mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2026-01-04 15:31:37 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "geyseropt:sweep_attack",
|
|
"basic_render_parameters": {
|
|
"material": "particles_alpha",
|
|
"texture": "textures/particle/sweep_attack"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_initialization": {
|
|
"creation_expression": "v.random = math.random(0,1);"
|
|
},
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 1
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 0.2
|
|
},
|
|
"minecraft:emitter_shape_point": {},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": 0.2
|
|
},
|
|
"minecraft:particle_initial_speed": 0,
|
|
"minecraft:particle_motion_dynamic": {},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [1, 1],
|
|
"facing_camera_mode": "rotate_xyz",
|
|
"uv": {
|
|
"texture_width": 32,
|
|
"texture_height": 256,
|
|
"flipbook": {
|
|
"base_UV": [0, 0],
|
|
"size_UV": [32, 32],
|
|
"step_UV": [0, 32],
|
|
"max_frame": 8,
|
|
"stretch_to_lifetime": true
|
|
}
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": {
|
|
"interpolant": "v.random",
|
|
"gradient": {
|
|
"0.0": "#ffffffff",
|
|
"1.0": "#FF7A7A7A"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |