MCP-Minimap-1.8.8

MCP Minimap is a basic minimap built on Minecraft version 1.8.8. It utilizes the game's map system for rendering. The minimap rotates based on the player's yaw, providing better directional awareness. It conserves FPS by not updating the DynamicTexture when the player is stationary. The position and scale can be easily adjusted in the render() method of MinimapRenderer.java.

GitHub Stars

2

User Rating

Not Rated

Favorites

0

Views

30

Forks

0

Issues

0

README
MCP Minimap

This is a basic Minimap build on MCP version 1.8.8. It uses the Minecraft map's system to render.

You can easily change the position and the scale of the Minimap, in the render() method of MinimapRenderer.java.

The Minimap also rotate based on the player's yaw, so you could see better the direction you're facing.

When you don't move, the Minimap will not update the DynamicTexture, to keep better FPS.