# 🍀 Lucky Block Addon
A from-scratch take on the classic Lucky Block, built for Minecraft Bedrock using the Script API. Break it and you never know what you'll get — huge rewards or nasty surprises.
## ✨ Features
- **30+ random outcomes**, each with its own drop chance
- **Good outcomes:** diamonds, emeralds, netherite scrap, enchanted golden apple, enchanted sword, a friendly horse, a protective iron golem, a treasure chest, XP
- **Bad outcomes:** TNT explosion, zombie/skeleton/creeper ambush, lightning strike, poison/weakness effect, silverfish swarm
- **Fun outcomes:** firework show, chicken rain, random teleport
- **Craftable in survival**: 8 gold blocks + 1 chest
## 📦 Installation
1. Download `LuckyBlock.mcaddon` and open it (Minecraft imports it automatically)
2. When creating a world, enable both the **Behavior Pack** and **Resource Pack**
3. Turn on the **"Beta APIs"** experimental toggle (required for the Script API)
4. Craft the Lucky Block, or spawn one with `/give @s lucky:lucky_block`
## ⚙️ Requirements
- Minecraft Bedrock **1.26.40** or later
- **Beta APIs** experimental toggle enabled
## 📝 Notes
- To add this to an existing world, apply the packs in world settings and enable Beta APIs there too.
- Everything runs through the addon's own script — no extra mods or dependencies needed.
## 📜 License
This is original work. [state your license here, e.g. All Rights Reserved / CC BY-NC 4.0]