Compatibility
Minecraft: Java Edition
1.21–1.21.7
Platforms
Creators
Details
Changelog
🚀 Update: Hybrid Mode & Automatic Config Update
✨ New Features
- Hybrid Mode
You can now enable a hybrid mining mode! When enabled, VeinMiner will also mine diagonally connected blocks – except for block types you specify in the blacklist (e.g. logs and leaves).
settings:
hybrid-mode: true
hybrid-blacklist:
- OAK_LOG
- BIRCH_LOG
# ...
Configure these options in your config.yml!
- Automatic Config Updater
Never worry about missing or outdated config options again! On every server start, VeinMiner checks your config and automatically adds any missing options with safe default values – without overwriting your existing settings. All changes are clearly shown in the server log:
[WARNING] [CONFIG UPDATER] Added missing config option: settings.hybrid-mode = false
[SEVERE] ------------------------------------------------------------
[SEVERE] !!! CONFIG UPDATER: Configuration has been updated !!!
[SEVERE] !!! Missing options have been added with default values. !!!
[SEVERE] !!! Please review your config.yml file for the new settings. !!!
[SEVERE] ------------------------------------------------------------
- 🛠️ Improvements
Configuration is now more robust and future-proof. Clear log messages for server admins when the config is updated.