Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Framed Maps Fix
Client-side compatibility fix for FramedBlocks and minimap/world map mods.
Framed Maps Fix makes framed blocks display correctly on map mods such as Xaero's Minimap, Xaero's World Map, and JourneyMap.
Instead of showing every framed block as the same generic framedblocks:framed_cube color/icon, the map will try to use the block that is actually placed inside the framed block as camouflage.
What it does
When a map mod asks what block is located at a position, this mod tries to return the framed block's camo/inner block instead of the framed block itself.
Example:
- Without this mod: map sees
framedblocks:framed_cube - With this mod: map sees
minecraft:stone_bricks,minecraft:oak_planks,minecraft:deepslate, etc.
This makes buildings made with FramedBlocks look much closer to how they appear in the world.
Supported map mods
The mod is designed to improve compatibility with:
- Xaero's Minimap
- Xaero's World Map
- JourneyMap
Other map mods may also benefit if they use similar block-color lookup logic.


