Skip to content

Commit

Permalink
Update version information to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Mar 6, 2016
1 parent d9abace commit 4872d40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#WorldDownloader 1.8d for Minecraft 1.8 using MCP 9.10
#WorldDownloader 1.9a for Minecraft 1.9 using MCP 9.24

A minecraft mod that downloads a copy of a world on a multiplayer server for personal singleplayer use. This is a fork of [@dslake's original version](https://github.com/dslake/WorldDownloader), updated to 1.8.
A minecraft mod that downloads a copy of a world on a multiplayer server for personal singleplayer use. This is a fork of [@dslake's original version](https://github.com/dslake/WorldDownloader), updated to 1.9.

MCP is used for decompilation and recompilation. Download it from [here](http://www.modcoderpack.com/website/releases).

Expand All @@ -9,4 +9,5 @@ You can also try [@uyjulian's liteloader version](https://github.com/uyjulian/Li
##Resources

* [Minecraft Forums Thread](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465-worlddownloader-create-backups-of-your-builds-on)
* [Issue tracker](https://github.com/Pokechu22/WorldDownloader/issues)
* [Issue tracker](https://github.com/Pokechu22/WorldDownloader/issues)
* [Project wiki](https://github.com/Pokechu22/WorldDownloader/wiki)
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class ClientBrandRetriever {
private static final String __OBFID = "CL_00001460";

public static String getClientModName() {
return "worlddownloader1.8d-beta1-coremod";
return "worlddownloader1.9a-beta1-coremod";
}
}

0 comments on commit 4872d40

Please sign in to comment.