#Anyone know how to display a particle as a whole block?

1 messages · Page 1 of 1 (latest)

haughty helm
#
{
    "format_version": "1.10.0",
    "particle_effect": {
        "description": {
            "identifier": "cb:blockborder",
            "basic_render_parameters": {
                "material": "particles_add",
                "texture": "textures/particle/blockBorder"
            }
        },
        "components": {
            "minecraft:emitter_rate_instant": {
                "num_particles": 1
            },
            "minecraft:emitter_lifetime_looping": {
                "active_time": 1
            },
            "minecraft:emitter_shape_box": {
                "offset": [0, 0.5, -0.4],
                "direction": [0, -1, 0]
            },
            "minecraft:particle_lifetime_expression": {
                "max_lifetime": 1
            },
            "minecraft:particle_initial_speed": 0,
            "minecraft:particle_motion_dynamic": {},
            "minecraft:particle_appearance_billboard": {
                "size": [0.5, 0.5],
                "facing_camera_mode": "emitter_transform_xy"
            },
            "minecraft:particle_motion_collision": {},
            "minecraft:particle_appearance_tinting": {
                "color": [1, 0, 0, 1]
            }
        }
    }
}
#

i want it to be a whole block the particel

#

Here is the texture for it

haughty helm
#

Anyone know how to display a particle as a whole block