Update GT Capelist URL
This commit is contained in:
parent
704d534b43
commit
435c3cd526
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ public class GT_Client extends GT_Proxy
|
||||||
try {
|
try {
|
||||||
GT_Log.out.println("GT_Mod: Downloading Cape List.");
|
GT_Log.out.println("GT_Mod: Downloading Cape List.");
|
||||||
@SuppressWarnings("resource")
|
@SuppressWarnings("resource")
|
||||||
Scanner tScanner = new Scanner(new URL("http://files.minecraftforge.net/maven/com/gregoriust/gregtech/capelist.txt").openStream());
|
Scanner tScanner = new Scanner(new URL("http://gregtech.overminddl1.com/com/gregoriust/gregtech/supporterlist.txt").openStream());
|
||||||
while (tScanner.hasNextLine()) {
|
while (tScanner.hasNextLine()) {
|
||||||
String tName = tScanner.nextLine();
|
String tName = tScanner.nextLine();
|
||||||
if (!this.mCapeList.contains(tName.toLowerCase())) {
|
if (!this.mCapeList.contains(tName.toLowerCase())) {
|
||||||
|
|
Loading…
Reference in a new issue