Verification with block rendering and all
This commit is contained in:
@@ -17,14 +17,19 @@
|
||||
},
|
||||
"minecraft:emitter_shape_point": {},
|
||||
"minecraft:particle_lifetime_expression": {
|
||||
"max_lifetime": 1
|
||||
"max_lifetime": "variable.lifetime"
|
||||
},
|
||||
"minecraft:particle_appearance_billboard": {
|
||||
"size": [0.5, 0.5],
|
||||
"facing_camera_mode": "emitter_transform_xz"
|
||||
},
|
||||
"minecraft:particle_appearance_tinting": {
|
||||
"color": [0, 0, 0, 0.5]
|
||||
"color": [
|
||||
"variable.face_color.r",
|
||||
"variable.face_color.g",
|
||||
"variable.face_color.b",
|
||||
"variable.face_color.a"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user