mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-11 13:49:29 +00:00
a3b394c507
Initial layout
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"particle_effect": {
|
|
"description": {
|
|
"identifier": "minecraft:vibration_signal",
|
|
"basic_render_parameters": {
|
|
"material": "particles_blend",
|
|
"texture": "textures/particle/vibration_signal"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:emitter_rate_instant": {
|
|
"num_particles": 1
|
|
},
|
|
"minecraft:emitter_lifetime_once": {
|
|
"active_time": 0.15
|
|
},
|
|
"minecraft:emitter_shape_point": {
|
|
"direction": [
|
|
"variable.direction.x",
|
|
"variable.direction.y",
|
|
"variable.direction.z"
|
|
]
|
|
},
|
|
"minecraft:particle_initial_speed": "variable.particle_initial_speed",
|
|
"minecraft:particle_lifetime_expression": {
|
|
"max_lifetime": "variable.max_lifetime"
|
|
},
|
|
"minecraft:particle_motion_dynamic": {
|
|
"linear_acceleration": [ 0, 0, 0 ]
|
|
},
|
|
"minecraft:particle_motion_parametric": {
|
|
"rotation": "-90"
|
|
},
|
|
"minecraft:particle_appearance_billboard": {
|
|
"size": [ 0.25, 0.25 ],
|
|
"facing_camera_mode": "lookat_direction",
|
|
"uv": {
|
|
"texture_width": 18,
|
|
"texture_height": 126,
|
|
"flipbook": {
|
|
"base_UV": [ 0, 0 ],
|
|
"size_UV": [ 18, 18 ],
|
|
"step_UV": [ 0, 18 ],
|
|
"frames_per_second": 20,
|
|
"max_frame": 7,
|
|
"stretch_to_lifetime": false,
|
|
"loop": true
|
|
}
|
|
}
|
|
},
|
|
"minecraft:particle_appearance_tinting": {
|
|
"color": [1, 1, 1, 1]
|
|
}
|
|
}
|
|
}
|
|
}
|