Skip to content

Commit

Permalink
Update readme to be a little more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Oct 23, 2016
1 parent 159ca09 commit 129f58c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 43 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ Here is a short video from @cpw showing how to install and setup the MDK
If you wish to actually inspect Forge, submit PRs or otherwise work
with Forge itself, you're in the right place! Clone this (either
directly, or make a Fork first if you want to make a PR) and run
```gradlew.bat setup``` or ```gradlew setup```. This will download and
```gradlew.bat setupForge``` or ```gradlew setupForge```. This will download and
setup all the bits you need to have a functional Forge workspace.

After that, open a workspace in your favorite IDE and import existing projects
the projects folder.

Here is a short video from @cpw showing how to install and setup Forge
in Intellij.
Expand Down
36 changes: 0 additions & 36 deletions README.txt

This file was deleted.

12 changes: 6 additions & 6 deletions jsons/1.10.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@
}
},
{
"name": "com.mojang:realms:1.9.6",
"name": "com.mojang:realms:1.9.8",
"downloads": {
"artifact": {
"size": 1575583,
"sha1": "b2f11d8ba18ef055db6ca7ffd45a91719eb55a41",
"path": "com/mojang/realms/1.9.6/realms-1.9.6.jar",
"url": "https://libraries.minecraft.net/com/mojang/realms/1.9.6/realms-1.9.6.jar"
"size": 1577897,
"sha1": "c9609760e050cd7c369292252552c0cc81c54331",
"path": "com/mojang/realms/1.9.8/realms-1.9.8.jar",
"url": "https://libraries.minecraft.net/com/mojang/realms/1.9.8/realms-1.9.8.jar"
}
}
},
Expand Down Expand Up @@ -558,6 +558,6 @@
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
"minimumLauncherVersion": 18,
"releaseTime": "2016-06-23T09:17:32+00:00",
"time": "2016-09-18T17:33:11+00:00",
"time": "2016-10-22T20:28:03+00:00",
"type": "release"
}

0 comments on commit 129f58c

Please sign in to comment.