From 129f58c02f886b0e2121ef4bbb311324271d5adb Mon Sep 17 00:00:00 2001 From: LexManos Date: Sun, 23 Oct 2016 14:07:48 -0700 Subject: [PATCH] Update readme to be a little more clear. --- README.md | 5 ++++- README.txt | 36 ------------------------------------ jsons/1.10.2.json | 12 ++++++------ 3 files changed, 10 insertions(+), 43 deletions(-) delete mode 100644 README.txt diff --git a/README.md b/README.md index bf68f7491..165d39594 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.txt b/README.txt deleted file mode 100644 index 346c6fc17..000000000 --- a/README.txt +++ /dev/null @@ -1,36 +0,0 @@ -*** HOW TO INSTALL *** -For Mod Users: - -Download the latest installer from http://files.minecraftforge.net and follow instructions given by the installer. - - -For Mod Devs: - -Download the latest Forge source distribution from http://files.minecraftforge.net and unzip it to a folder. -Open a command prompt, navigate to the directory where you unzipped the Forge sources, and run: -If you have Gradle: gradle setupDevWorkspace -If you DO NOT have Gradle installed: -Windows: ./gradlew.bat setupDevWorkspace -MacOS/Linux: ./gradlew setupDevWorkspace - -If you wish to use the Eclipse IDE, run gradle eclipse instead of gradle setupDevWorkspace, or install the Gradle plugin for Eclipse and import the Forge source folder as a Gradle project. - -To get the decompiled classes: -If you have Gradle: gradle setupDecompWorkspace -If you DO NOT have Gradle installed: -Windows: ./gradlew.bat setupDecompWorkspace -MacOS/Linux: ./gradlew setupDecompWorkspace - -For Contributors: (Note: This assumes you have Gradle installed. If you don't, use ./gradlew(.bat) instead of gradle. - -Clone this repository to a folder. -Open a command prompt and navigate to the folder where you cloned this repo. -Run gradle setupForge to setup your development environment. - -To use Eclipse, point your Eclipse workspace at the eclipse folder inside the repo. - - -Requirements (for both mod devs and contributors): - You must have a JDK installed and accessible. - If you do not wish to use the gradle wrapper, you can install Gradle from http://www.gradle.org/ . - diff --git a/jsons/1.10.2.json b/jsons/1.10.2.json index 5990b2aa4..8d823eba9 100644 --- a/jsons/1.10.2.json +++ b/jsons/1.10.2.json @@ -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" } } }, @@ -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" }