Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 633 Bytes

File metadata and controls

28 lines (14 loc) · 633 Bytes

mapwriter

MapWriter: A minimap mod for Minecraft

Instructions for development:

  1. Set up your Forge/MCP environment.

  2. Move or copy the mapwriter folder to forge/mcp/src/minecraft/

  3. 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:

  1. Run the recompile.bat script in your mcp directory.

  2. Run the reobfuscate.bat script.

  3. Create a zip file of the 'forge/mcp/src/minecraft/mapwriter' folder.

Acknowledgements:

  • Christian Ehrhardt for the code to get death markers working.