Описание
## Features
### Chart Lock
- Blocks **all number keys (0–9)** when enabled, preventing accidental navigation into pie chart subcategories
- Visual indicator **"⛿ CHART LOCKED"** displayed in the top-right of the debug HUD
- Chat message on lock/unlock toggle
### Automatic Profiler Reset on Chunk Change
- Automatically resets the vanilla profiler when entering a new chunk
- **Always active** — works even when the F3 overlay is closed
- Optionally resets lock status on chunk change
- Fully configurable via JSON config
### Manual Profiler Reset
- Keybind to manually reset all profiler data
- Resets `TickTimeTracker` and clears the DebugHud
### Pie Chart Only Mode
- Toggle to hide all F3 debug text while keeping the pie chart visible
- Great for monitoring performance without screen clutter
### Pie Chart Move & Scale
- **Drag** the pie chart to any position on screen
- **Scroll** to scale it up or down (0.2x – 3.0x)
- **Right-click** to reset position and scale
- All changes persist across sessions via config
### Debug Overlay (optional)
- Displays profiler status, chunk position, reset counter, and lock status
- Always visible (even without F3) when enabled in config
- Last event shown with a fade-out effect
## Controls
| Key | Action |
|---|---|
| **Lock Key** (unbound) | Lock/unlock chart navigation |
| **Reset Key** (unbound) | Manually reset profiler data |
| **Pie Chart Only Key** (unbound) | Toggle pie chart only mode |
| **Edit Pie Chart Key** (unbound) | Open move/scale editor |
| **Shift+F3** | Toggle debug pie chart (Vanilla) |
All keybinds can be configured in Minecraft's controls settings under the **Better Pie Chart** category.