mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2026-01-06 15:41:55 +00:00
- Use imagemagick to create sprites on the CI - Fix barrier particle UV - Make bubble and underwater particles visible out of water - Increase acceleration of landing particles - Fix warped spore particle color
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "geyseropt:warped_spore",
|
|
"basic_render_parameters": {
|
|
"material": "particles_alpha",
|
|
"texture": "textures/particle/particles"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 1
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 0.75
|
|
},
|
|
"minecraft:emitter_shape_point": {},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": 0.75
|
|
},
|
|
"minecraft:particle_initial_speed": 2,
|
|
"minecraft:particle_motion_dynamic": {
|
|
"linear_acceleration": [0, 4, 0],
|
|
"linear_drag_coefficient": 1
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [0.03, 0.03],
|
|
"facing_camera_mode": "rotate_xyz",
|
|
"uv": {
|
|
"texture_width": 128,
|
|
"texture_height": 128,
|
|
"uv": [4, 4],
|
|
"uv_size": [1, 1]
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_lighting": {},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [0.09804, 0.09804, 0.29804, 1]
|
|
}
|
|
}
|
|
}
|
|
} |