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

Entity Outcome

The entity outcome spawns an entity in the world.

{
  "type": "lucky:entity",
  "entity_type": "minecraft:creeper"
}

This outcome spawns 10 Creepers.

{
  "type": "lucky:entity",
  "entity_type": "minecraft:creeper",
  "count": 10,
  "nbt": {
    "powered": true,
    "ignited": true,
    "CustomName": "{'text':'Lucky Creeper'}",
    "CustomNameVisible": true
  }
}

This outcome spawns 10 Creepers that are charged, ignited, and have the custom name "Lucky Creeper".

PreviousEffect OutcomeNextExplosion Outcome

Last updated 7 months ago