Creoii Mod Documentation & Wiki
Lucky Block
Lucky Block
  • Overview
  • Installing Addons
  • Creating Addons
  • Upcoming Features
  • Outcomes
    • Outcomes
    • Advancement Outcome
    • Block Outcome
    • Command Outcome
    • Difficulty Outcome
    • Effect Outcome
    • Entity Outcome
    • Explosion Outcome
    • Feature Outcome
    • Group Outcome
    • Item Outcome
    • Message Outcome
    • None Outcome
    • Particle Outcome
    • Random Outcome
    • Sound Outcome
    • Structure Outcome
  • Parameters
    • Parameters
    • Parameter Index
  • Vec Providers
    • Vec Providers
    • Vec Provider Index
  • Shapes
    • Shapes
Powered by GitBook
On this page
  1. Outcomes

Particle Outcome

{
  "type": "lucky:particle",
  "particle": {
    "type": "minecraft:explosion"
  }
}

This outcome spawns a single explosion particle.

{
  "type": "lucky:particle",
  "particle": {
    "type": "minecraft:explosion"
  },
  "count": 10,
  "speed": 1.0
}

This outcome spawns 10 explosion particles with a speed of 1.

PreviousNone OutcomeNextRandom Outcome

Last updated 5 months ago