{
	"format_version": "1.10.0",
	"particle_effect": {
		"description": {
			"identifier": "bd:shine",
			"basic_render_parameters": {
				"material": "particles_alpha",
				"texture": "textures/particle/particles"
			}
		},
		"components": {
			"minecraft:emitter_rate_steady": {
				"spawn_rate": 320,
				"max_particles": 48
			},
			"minecraft:emitter_local_space": {
				"position": true,
				"rotation": true
			},
			"minecraft:emitter_lifetime_looping": {
				"active_time": 0.15
			},
			"minecraft:emitter_shape_point": {
				"offset": [0, "Math.random(-0.9, -0.5)", 0],
				"direction": ["Math.random(-1.0, 1.0)", "Math.random(-1.0, 1.0)", "Math.random(-1.0, 1.0)"]
			},
			"minecraft:particle_lifetime_expression": {
				"max_lifetime": "3.0 + Math.random(0.0, 0.6)"
			},
			"minecraft:particle_initial_speed": "Math.random(10.0, 35.0)",
			"minecraft:particle_motion_dynamic": {
				"linear_drag_coefficient": 10
			},
			"minecraft:particle_appearance_billboard": {
				"size": ["(0.05 + variable.particle_random_1*0.05)", "(0.05 + variable.particle_random_1*0.05)"],
				"facing_camera_mode": "lookat_xyz",
				"uv": {
					"texture_width": 128,
					"texture_height": 128,
					"flipbook": {
						"base_UV": [0, 88],
						"size_UV": [8, 8],
						"step_UV": [8, 0],
						"frames_per_second": 8,
						"max_frame": 8,
						"stretch_to_lifetime": true
					}
				}
			},
			"minecraft:particle_appearance_lighting": {},
			"minecraft:particle_appearance_tinting": {
				"color": [0.23529, 0.96078, 0.05098, 1]
			}
		}
	}
}