MCP-Minimap-1.8.8
MCP Minimapは、Minecraftのバージョン1.8.8に基づいて構築された基本的なミニマップです。このミニマップは、プレイヤーの向きに応じて回転し、動かないときはFPSを維持するために更新を停止します。位置やスケールは、MinimapRenderer.javaのrender()メソッドで簡単に変更できます。
GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
23
フォーク
0
イシュー
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.