MapWriter: A minimap mod for Minecraft
Instructions for development:
-
Set up your Forge/MCP environment.
-
Move or copy the mapwriter folder to forge/mcp/src/minecraft/
-
Copy or move the textures from mapwriter/textures/.png to forge/mcp/bin/minecraft/assets/mapwriter/textures/map/.png
-
Modify the code, and use recompile.bat and startclient.bat to test. Alternatively use Eclipse and recompile and test by pressing the run button.
Reobfuscation and Packaging:
-
Run the recompile.bat script in your mcp directory.
-
Run the reobfuscate.bat script.
-
Create a zip file of the 'forge/mcp/reobf/minecraft/mapwriter' folder.
-
Add the textures to the zip file in the folder [MapWriter.zip]/assets/mapwriter/textures/map/*.png
The final structure should look like: MapWriter.zip | assets/mapwriter/textures/map/ | | arrow_north.png | | arrow_player.png | | ... | | mapwriter/ | api/ | forge/ | gui/ | map/ | ... | Mw.class | MwUtil.class | ...
Acknowledgements:
- Chrixian for the code to get death markers working.
- ProfMobius for the overlay API.
- taelnia for extrautils compatibility patch.
- LoneStar144 for minimap border and arrow textures.