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

Effect Outcome

PreviousDifficulty OutcomeNextEntity Outcome

Last updated 7 months ago

The effect outcome applies Status Effects to mobs. See for information about Status Effects.

{
  "type": "lucky:effect",
  "status_effect": {
    "id": "minecraft:slowness",
    "amplifier": 4,
    "duration": 600
  }
}

This outcome applies Slowness III to the breaking player for 600 ticks, or 30 seconds.

{
  "type": "lucky:effect",
  "status_effect": {
    "id": "minecraft:slowness",
    "amplifier": 4,
    "duration": 600
  },
  "shape": {
    "type": "lucky:cube",
    "size": [3, 3, 3]
  }
}

This outcome applies the same status effect to all mobs within a 3x3x3 cube around the Lucky Block.

https://minecraft.wiki/w/Effect