mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-11 13:49:29 +00:00
a3b394c507
Initial layout
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "minecraft:basic_flame_particle",
|
|
"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_sphere": {
|
|
"radius": 0.025,
|
|
"direction": [ 0, 0, 0 ]
|
|
},
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": "Math.random(0.6, 2.0)"
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [
|
|
"(0.1 + variable.particle_random_1*0.1) - (0.1 * variable.particle_age)",
|
|
"(0.1 + variable.particle_random_1*0.1) - (0.1 * variable.particle_age)"
|
|
],
|
|
"facing_camera_mode": "lookat_xyz",
|
|
"uv": {
|
|
"texture_width": 128,
|
|
"texture_height": 128,
|
|
"uv": [ 0, 24 ],
|
|
"uv_size": [ 8, 8 ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|