# LogicCraft 1.1 — Language + Config Auto-Update
This update focuses on making updates painless for server owners: **no more deleting folders** after upgrading.
## ✨ New: Automatic `config.yml` merge
- When you update the plugin, **new configuration options are automatically added** to your existing `config.yml`.
- Your custom values are **never overwritten**.
- No need to reset configs anymore.
## New: Automatic `/lang` sync (with new languages support)
- The plugin now updates the `/lang` folder automatically:
- **Adds missing language files** (ex: `zh_CN.yml`) when they exist in the plugin.
- **Adds new translation keys** to existing language files without overwriting your edits.
- Languages are managed through a `lang/manifest.txt` inside the plugin to detect new files reliably.
## Added missing biome translations (Snowy / Frozen + Caves)
Some biomes were showing in English (example: **River**) when a translation key was missing.
This update adds (and syncs) the most common missing biome keys:
### Cave biomes
- `LUSH_CAVES`
- `DRIPSTONE_CAVES`
- `DEEP_DARK`
### Snowy / Frozen biomes
- `SNOWY_PLAINS`
- `SNOWY_TAIGA`
- `SNOWY_BEACH`
- `ICE_SPIKES`
- `FROZEN_RIVER`
- `FROZEN_OCEAN`
- `DEEP_FROZEN_OCEAN`
- `GROVE`
- `SNOWY_SLOPES`
- `FROZEN_PEAKS`
## ✅ Upgrade notes
- Just replace the jar and restart/reload.
- Your existing configs and translations remain intact.
- The plugin will automatically inject only what’s missing.
Thanks for using LogicCraft!