mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-11 13:49:29 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "minecraft:wind_charged_ambient",
|
|
"basic_render_parameters": {
|
|
"material": "particles_blend",
|
|
"texture": "textures/particle/small_gust"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 2
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 1
|
|
},
|
|
"minecraft:emitter_shape_point": {
|
|
"offset": [0, 0, 0]
|
|
},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": 0.5
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [0.125, 0.125],
|
|
"facing_camera_mode": "lookat_xyz",
|
|
"uv": {
|
|
"texture_width": 56,
|
|
"texture_height": 8,
|
|
"flipbook": {
|
|
"base_UV": [0, 0],
|
|
"size_UV": [8, 8],
|
|
"step_UV": [8, 0],
|
|
"frames_per_second": 12,
|
|
"max_frame": 6,
|
|
"stretch_to_lifetime": false
|
|
}
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_lighting": {}
|
|
}
|
|
}
|
|
}
|