Описание
# 🧩 Movable HUD
**Movable HUD** lets you freely move and resize custom HUD elements directly in Minecraft — no manual config editing needed.
### This mod does nothing by itself, only works once other mods use this as a library.
## ✨ Features
- **Drag & Drop:** Move HUD elements anywhere on your screen
- **Right-Click Resize:** Smoothly scale elements to your liking
- **Middle-Click Hide:** Hide Hud elements by middle clicking them
- **Scroll:** Scroll up to make an element more transparent, down for the opposite
- **Auto Save:** Layouts are stored in `config/movableHud.json`
- **Auto Load:** Restores your setup automatically on startup
## 🧠 How To Use
1. **`/movablehud`** → Open the movable Hud screen
2. **Left-click + drag** → Move an element
3. **Right-click + drag** → Resize it
4. **Close the screen** → Changes save automatically
### Next time you launch Minecraft, your custom HUD layout is instantly restored.
---
## 🔧 Technical Info
To use this library:
```
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
modImplementation 'com.github.nebulajinxed:MovableHud:v'
}
```
## Look at the github for example uses!