mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2026-01-06 15:41:55 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "geyseropt:sneeze",
|
|
"basic_render_parameters": {
|
|
"material": "particles_blend",
|
|
"texture": "textures/particle/particles"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 1
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 1.5
|
|
},
|
|
"minecraft:emitter_shape_point": {},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": 1.5
|
|
},
|
|
"minecraft:particle_initial_speed": 0.1,
|
|
"minecraft:particle_motion_dynamic": {
|
|
"linear_acceleration": [0, 0.5, 0]
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [0.3, 0.3],
|
|
"facing_camera_mode": "rotate_xyz",
|
|
"uv": {
|
|
"texture_width": 128,
|
|
"texture_height": 128,
|
|
"flipbook": {
|
|
"base_UV": [56, 0],
|
|
"size_UV": [8, 8],
|
|
"step_UV": [-8, 0],
|
|
"max_frame": 8,
|
|
"stretch_to_lifetime": true
|
|
}
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_lighting": {},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [0.42353, 1, 0.50588, 0.38039]
|
|
}
|
|
}
|
|
}
|
|
} |