Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sisilicon
GitHub Repository: sisilicon/worldedit-be
Path: blob/master/RP/particles/selection.particle.json
1782 views
1
{
2
"format_version": "1.10.0",
3
"particle_effect": {
4
"description": {
5
"identifier": "wedit:selection_draw",
6
"basic_render_parameters": {
7
"material": "particles_blend",
8
"texture": "textures/particle/particles"
9
}
10
},
11
"components": {
12
"minecraft:emitter_rate_steady": {
13
"spawn_rate": 100,
14
"max_particles": 1
15
},
16
"minecraft:emitter_lifetime_once": {
17
"active_time": 1
18
},
19
"minecraft:emitter_shape_point": {},
20
"minecraft:particle_lifetime_expression": {
21
"max_lifetime": 1
22
},
23
"minecraft:particle_appearance_billboard": {
24
"size": [
25
"math.pow(1.0 - variable.particle_age, 0.5) * 0.2",
26
"math.pow(1.0 - variable.particle_age, 0.5) * 0.2"
27
],
28
"facing_camera_mode": "rotate_xyz",
29
"uv": {
30
"texture_width": 16,
31
"texture_height": 16,
32
"uv": [
33
5,
34
11
35
],
36
"uv_size": [
37
1,
38
1
39
]
40
}
41
},
42
"minecraft:particle_appearance_tinting": {
43
"color": [
44
1, 1, 1,
45
"1.0 - variable.particle_age"
46
]
47
}
48
}
49
}
50
}
51