diff --git a/particles/sneeze.particle.json b/particles/sneeze.particle.json new file mode 100644 index 0000000..29b4457 --- /dev/null +++ b/particles/sneeze.particle.json @@ -0,0 +1,47 @@ +{ + "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] + } + } + } +} \ No newline at end of file