Item Outcome

The item outcome spawns items on the ground.

{
  "type": "lucky:item",
  "item": "minecraft:end_portal_frame",
  "count": {
    "type": "minecraft:uniform",
    "min_inclusive": 2,
    "max_inclusive": 6
  }
}

This outcome spawns between 2 and 6 End Portal Frame items on the ground.

{
  "type": "lucky:item",
  "item": "minecraft:enchanted_book",
  "components": {
    "minecraft:stored_enchantments": {
      "levels": {
        "minecraft:protection": 1
      }
    }
  }
}

This outcome spawns an Enchanted Book with the Protection 1 Enchantment.

Last updated