VeiTr | Millenaire FTB Chunks Compat
Create a server, get 25% off your first month

Renders Millénaire village territories and chunk boundaries directly on the FTB Chunks minimap & large map
✨ Features
- Native Data Injection: Injects village chunk ownership directly into FTB Chunks' map rendering pipeline.
- Full Culture Color Coding: All 7 Millénaire cultures (Norman, Japanese, Seljuk, Mayan, Indian, Byzantine, Inuits) render with their distinctive translucent color fill.
- Interactive Map Support: Hovering over village chunks on the FTB Chunks map displays village name and team claim info.
- Configurable Culture Colors: Customize HEX colors for any culture in the mod configuration.
- Optional Server Protection: Server-side FTB team protection for villages is optional and disabled by default (
enableFtbProtection = false).
⚙️ Configuration
Config file location: config/millenaire_ftb_chunks_compat-common.toml
[general]
# Whether to create server-side FTB Chunks team claims for village protection (Default: false)
enableFtbProtection = false
# Whether to render Millenaire village chunk boundaries on FTB Chunks map (Default: true)
showVillageBoundaries = true
# Whether to render Millenaire village labels on FTB Chunks map (Default: true)
showVillageIcons = true
# Culture Colors (Hex format)
normanColor = "#3B82F6"
japaneseColor = "#EF4444"
seljukColor = "#10B981"
mayanColor = "#EAB308"
indianColor = "#F97316"
byzantinesColor = "#A855F7"
inuitsColor = "#06B6D4"
defaultCultureColor = "#06B6D4"
