Skip to content

[1.21.9] Expose Explosion Block Particles #2599

@gabizou

Description

@gabizou

Major SpongeAPI version

17

Is this likely to be a breaking change?

No

What are you requesting?

Per 25w33a, introducing explosion effects for block particles:

explode Effects

New field: block_effects - specifies per-block particles. Each block particle is randomly chosen according to weights. A set limit of block particles is spawned each tick from all explosions that tick.

Format: List of entries:

    weight: Non-negative integer representing the random weight for this entry being chosen
    particle: The particle to spawn
    scaling: Optional scaling to apply between explosion center and block position, or 1.0 if not specified
    speed: Optional scaling to apply to the speed of the particle, or 1.0 if not specified

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: needs triageThis label is automatically applied to new issues and pull requests to indicate they require triage

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions