Skip to content

Vectron/mapwriter

This branch is 170 commits ahead of daveyliam/mapwriter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30cd39f · Nov 19, 2019
Jan 28, 2016
May 20, 2016
May 22, 2013
Jan 28, 2016
Jul 27, 2019
Mar 1, 2014
Jan 25, 2016
Apr 20, 2016
Feb 23, 2014
Mar 27, 2015

Repository files navigation

mapwriter

MapWriter: A minimap mod for Minecraft

Instructions for development:

  1. Run "gradlew setupDecompWorkspace" in the mapwriter folder.

  2. 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.

  3. Open eclipse and set the workspace directory to mapwriter/eclipse.

  4. You should now be able to modify the code and test by using the "Client" Run Configuration.

Reobfuscation and Packaging:

  1. 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.

  2. Run "gradlew reobf".

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

About

MapWriter: A minimap mod for Minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%