From 35df33e9811273524aba930ec58550562ae82b4d Mon Sep 17 00:00:00 2001 From: Kastle <26531652+Kas-tle@users.noreply.github.com> Date: Tue, 9 Mar 2021 00:23:41 -0800 Subject: [PATCH] Add geyseropt:landing_honey (minecraft:landing_honey) particle --- particles/landing_honey.particle.json | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 particles/landing_honey.particle.json diff --git a/particles/landing_honey.particle.json b/particles/landing_honey.particle.json new file mode 100644 index 0000000..910ca71 --- /dev/null +++ b/particles/landing_honey.particle.json @@ -0,0 +1,43 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "geyseropt:landing_honey", + "basic_render_parameters": { + "material": "particles_alpha", + "texture": "textures/particle/particles" + } + }, + "components": { + "minecraft:emitter_rate_instant": { + "num_particles": 1 + }, + "minecraft:emitter_lifetime_once": { + "active_time": 7 + }, + "minecraft:emitter_shape_point": {}, + "minecraft:particle_lifetime_expression": { + "max_lifetime": 7 + }, + "minecraft:particle_initial_speed": 0.2, + "minecraft:particle_motion_dynamic": { + "linear_acceleration": [0, -6, 0], + "linear_drag_coefficient": 2 + }, + "minecraft:particle_appearance_billboard": { + "size": [0.0625, 0.02], + "facing_camera_mode": "rotate_xyz", + "uv": { + "texture_width": 128, + "texture_height": 128, + "uv": [18, 61], + "uv_size": [3, 1] + } + }, + "minecraft:particle_appearance_lighting": {}, + "minecraft:particle_appearance_tinting": { + "color": [0.48627, 0.37647, 0, 1] + } + } + } +} \ No newline at end of file