From 28a1d5e3aa99e8ab529569ee4860c9a07717a61f Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Fri, 8 Jan 2016 09:50:25 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58d24d..7f00202 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ The mod is in Public Domain, so do whatever you want with it! Hugs and mentions You can insert Java Checker into your mod, so that it will alert the user if they are using outdated Java. You will need to use a special version designed for shading, you can use tterrag's Maven repository in your build.gradle or download it manually. -This file will work fine for all Minecraft versions starting from 1.6.2. It can currently check for Java 7 or 8, based on how you configure it. +This file should work fine for all Minecraft versions since 1.6.2. It can currently check for Java 7 or 8, based on how you configure it. -In order to shade and configure Java Checker, you need to update your **build.gradle** file. Use this as a guide, make sure to update everything in <> brackets. +In order to shade and configure Java Checker, you need to update your **build.gradle** file. Use the following links as a guide, make sure to update everything in <> brackets. [ForgeGradle 1.2 (Minecraft 1.7.10 and older)](https://github.com/chylex/Java-Checker/wiki/Shading-with-ForgeGradle-1.2)