Description
## 🛠️ Crafting Recipe
```
[Chest] [Gold] [Chest]
[Chest] [Diamond] [Chest]
[Chest] [Gold] [Chest]
```
**Materials needed:**
- 6x Chest
- 2x Gold Ingot
- 1x Diamond
---
## 🎮 How to Use
1. **Craft the Storage Ring** using the recipe above
2. **Hold the Storage Ring** in your hand
3. **Right-click / Use** to open the storage interface
4. **Store items** from your inventory into the ring
5. **Withdraw items** when you need them
---
## ✨ Features
- **50 Storage Slots** - Store up to 50 different item stacks
- **RPG-Style UI** - Beautiful vertical storage interface
- **Per-Player Storage** - Each player has their own storage
- **Persistent Storage** - Items are saved even when you log out
- **Item Stacking** - Same items will stack together
- **Page Navigation** - Easy navigation for large inventories
- **Sound Effects** - Satisfying sounds when storing/withdrawing
---
## 📱 Installation (MCPE/Bedrock)
### Method 1: .mcaddon file
1. Download `StorageRing.mcaddon`
2. Tap/Double-click the file
3. Minecraft will open and import automatically
4. Enable in your world settings
### Method 2: Manual Installation
1. Extract the zip files
2. Move `StorageRing_BP` to:
- **Android:** `games/com.mojang/development_behavior_packs/`
- **iOS:** `Minecraft/games/com.mojang/development_behavior_packs/`
- **Windows 10/11:** `%localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\development_behavior_packs\`
3. Move `StorageRing_RP` to the respective `development_resource_packs` folder
4. Enable both packs in your world settings
---
## ⚙️ World Settings Required
Make sure to enable these settings in your world:
- ✅ **Enable Experiments** → Beta APIs
- ✅ **Enable Experiments** → Holiday Creator Features
---
## 🔧 Technical Information
- **Format Version:** 1.21.0
- **Script API:** @minecraft/server 1.14.0, @minecraft/server-ui 1.3.0
- **Storage System:** Uses world dynamic properties
- **UI System:** Custom ActionFormData/ModalFormData



