mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-11 13:49:29 +00:00
a3b394c507
Initial layout
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "minecraft:basic_bubble_particle_manual",
|
|
"basic_render_parameters": {
|
|
"material": "particles_alpha",
|
|
"texture": "textures/particle/particles"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_manual": {
|
|
"max_particles": 100
|
|
},
|
|
"minecraft:emitter_lifetime_expression": {
|
|
"activation_expression": 1,
|
|
"expiration_expression": 0
|
|
},
|
|
"minecraft:emitter_shape_point": {
|
|
},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": "2 / ((Math.Random(0.0, 1.0) * 0.8 + 0.2) * 5)"
|
|
},
|
|
"minecraft:particle_expire_if_not_in_blocks": [
|
|
"minecraft:water",
|
|
"minecraft:flowing_water",
|
|
"minecraft:bubble_column"
|
|
],
|
|
"minecraft:particle_motion_dynamic": {
|
|
"linear_acceleration": [ 0, 0.8, 0 ],
|
|
"linear_drag_coefficient": 5.25
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [ "(0.05*variable.particle_random_1+0.1)*(variable.particle_random_2*0.9+0.2)", "(0.05*variable.particle_random_1+0.1)*(variable.particle_random_2*0.9+0.2)" ],
|
|
"facing_camera_mode": "lookat_xyz",
|
|
"uv": {
|
|
"texture_width": 128,
|
|
"texture_height": 128,
|
|
"uv": [ 0, 16 ],
|
|
"uv_size": [ 8, 8 ]
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_lighting": {}
|
|
}
|
|
}
|
|
}
|
|
|