Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 549 Bytes

mapwriter

MapWriter: A minimap mod for Minecraft

Instructions for development:

  1. Set up your Forge/MCP envoronment.

  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.