MapWriter: A minimap mod for Minecraft
Instructions for development:
-
Run "gradlew setupDecompWorkspace" in the mapwriter folder.
-
Run "gradlew eclipse" if using the eclipse IDE. If it does not work you may need to copy the eclipse folder from a Forge src release into the mapwriter folder and retry the command.
-
Open eclipse and set the workspace directory to mapwriter/eclipse.
-
You should now be able to modify the code and test by using the "Client" Run Configuration.
Reobfuscation and Packaging:
-
Edit the version numbers in mapwriter.forge.MwForge and build.gradle. The version numbers in mcmod.info should automatically be set to the same versions as set in the build.gradle file.
-
Run "gradlew reobf".
-
The reobfuscated jar should be output to the mapwriter/build/libs folder.
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.
- jk-5 for updating the mod to be compatible with Minecraft 1.7.